@charset "utf-8";
/* CSS Document */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*reset ende*/

/*desktopumsetzung*/

 
#wrapper {
	background-color: #00263e;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	width: 1362px;
}
#inner {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0 50px;
	width: 960px;
}
#header {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
}
#headlines {
	width: 960px;
	margin: 0 auto;
}
#logo {
	width: 150px;
	margin: 0 auto;
}
#logo img {
	margin: 0 auto;
	width: 150px;
	display: block;
}
#mainimg {
	max-width: 860px;
	height: auto;
	margin: 0 auto;
}
#mainimg img {
	width: 100%;
	height: auto;
}
h1 {
	font-weight: bold;
    font-size: 24px;
    color: #00263e;
    text-align: center;
    margin: 25px 0 5px 0;
}
h2 {
	font-weight: bold;
    font-size: 12px;
    color: #404040;
    text-align: center;
    line-height: 12px;
    margin: 0 0 10px 0;
}
h3 {
	font-weight: bold;
    font-size: 14px;
    color: #00263e;
    margin: 0px 0px 5px 0px;
}
h4 {
	font-weight: bold;
    font-size: 12px;
    color: #00263e;
    margin: 20px 0px 5px 0px;
	padding-left: 15px;
}

#text {
	width: 600px;
	/*float: left;*/
}
.fliesstext {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #606060;
    margin-bottom: 30px;
}
.absatz {
	margin-bottom: 15px;
}
#images {
	width: 300px;
	/*float: right;*/
}
#images img {
    margin: 0 0 25px 0;
}


li {
    list-style: circle;
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
    margin-bottom: 5px;
    color: #606060;
}
#trick {
	color: #ffffff;
}





#chck1,#chck2,#chck3,#chck4,#chck5,#chck6,#chck7,#chck8,#chck9,#chck10,#chck11,#chck12,#chck13,#chck14,#chck15,#chck16,#chck17,#chck18,#chck19,#chck20  {
    display: none;
}




.left {
	float: left;
}
.right {
	float: right;
	width: 300px;
}
.clr {
	clear: both;
}
#mobil {
	display: none;
}
.tab-label {
	display: none;
}




#qicon {
	width: 100%;
	height: auto;
}
.qbild img {
	width: 25%;
	float: left;
}




@media only screen and (max-width: 960px) {
  /* For mobile phones: */
	#images {margin: 0, auto; float: none;}
	#wrapper {width: 100%}
	#inner{width: 100%; padding:0;}
	#header{width: 90%}
	#headlines{width: 90%}
	#text {width: 100%;}
	#images {width:100%;}
	#images img {width: 100%;}
	h3 {display: none;}
	.sichtbar {display: inline;
	}
	
	
.right {
	float: right;
	width: 100%;
}
	
	#desktop {
		display: none;
	}
	#mobil {
	display: inline;
}
body {
  color: #2c3e50;
  background: #ffffff;
  padding: 0 1em 1em;
}

h1 {
  margin: 0;
  line-height: 1;
  text-align: center;
}

h2 {
  margin: 0 0 .5em;
  font-weight: normal;
}
	h4 {
		margin:0;
		padding:0;
	}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: -webkit-box;
  display: flex;
}
.row .col {
  -webkit-box-flex: 1;
          flex: 1;
}
.row .col:last-child {
  margin-left: 1em;
}

/* Accordion styles */
.tabs {
  border-radius: 1px;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
	
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1em;
  background: #00263e;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #2c3e50;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.tab-content {
  /*max-height: 0;*/
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
	
	display:none;
}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #00263e;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

input:checked + .tab-label {
  background: #1a252f;
}
input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input:checked ~ .tab-content {
  /*max-height: 1000vh;
  min-height: 8vh;*/
  padding: 1em;
	
	display: block;
}
}