@font-face {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: regular;
src: url('https://www.steffenkirchner.de/webfonts/nunito-sans-v15-latin-regular.woff2') format('woff2'),
url('https://www.steffenkirchner.de/webfonts/nunito-sans-v15-latin-regular.woff') format('woff'),
url('https://www.steffenkirchner.de/webfonts/nunito-sans-v15-latin-regular.ttf') format('truetype');
}

@font-face {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 900;
src: url('https://www.steffenkirchner.de/webfonts/nunito-sans-v15-latin-900.woff2') format('woff2'),
url('https://www.steffenkirchner.de/webfonts/nunito-sans-v15-latin-900.woff') format('woff'),
url('https://www.steffenkirchner.de/webfonts/nunito-sans-v15-latin-900.ttf') format('truetype');
}

@font-face {
font-family: 'Takota';
font-style: normal;
font-weight: normal;
src: url('https://www.steffenkirchner.de/webfonts/takota.woff') format('woff'),
url('https://www.steffenkirchner.de/webfonts/takota.svg') format('svg');
}

/**************************************************************************************/

html {
}

body {
margin: 0;
padding: 0;
font-family: 'Nunito Sans', sans-serif;
font-size: 4.5vw;
line-height: 1.4em;
font-weight: 300;
text-align: center;
color: #232A56;
background-color: #FFFFFF;
}

h1, h2, h3, h4 {
margin: 0;
padding: 0;
font-family: 'Nunito Sans', sans-serif;
font-size: 7.5vw;
line-height: 1.2em;
font-weight: 900;
margin-top: 30px;
margin-bottom: 20px;
color: #232A56;
}

h3.hlacc {
font-size: 130%;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 0;
}

a {
color: #232A56;
text-decoration: none;
transition: all .2s ease-out;
font-weight: 700;
}

a:hover {
color: #9AA5CB;
text-decoration: none;
}

a.anchor {
position: relative;
top: -100px;
padding: 0;
}

img {
border: none;
}

.imgsize {
max-width: 100%;
height: auto;
display: block;
}

.imgsizemax {
width: 100%;
height: auto;
display: block;
}

.imgdesktop, .headerbild {
display: none;
}

ul.liste {
list-style-type: disc;
list-style-position: outside;
padding: 0;
margin-left: 20px;
text-align: left;
}

ul.liste li {
padding-left: 10px;
}

.wehinweis {
display: none;
}

/**************************************************************************************/

#container {
margin: 0em auto;
width: 90%;
text-align: left;
}

/**************************************************************************************/

.margtop {
margin-top: 30px;
}

#btn {
margin-top: 30px;
}

#btncenter {
margin-top: 30px;
text-align: center;
}

.btn {
display: inline-block;
background-color: #F9C524;
padding: 10px 15px;
text-decoration: none;
transition: all .2s ease-out;
color: #232A56;
text-transform: uppercase;
font-weight: normal;
border-radius: 10px;
line-height: 1.0em;
border: none;
cursor: pointer;
}

.btn:hover {
color: #FFFFFF;
background-color: #232A56;
}

#btn i {
margin-right: 10px;
}

#bg {
background-color: #E1E0F2;
background: url(https://www.steffenkirchner.de/img/layout/bgblau.jpg) no-repeat top right; 
background-size: cover;
padding: 50px 0;
}

#preisalt {
text-decoration:line-through;
color: #FF0000;
font-size: 80%;
}

/**************************************************************************************/

#accgesamt {
margin: 0 0 10px 0;
padding: 20px;
border: 1px solid #F9C524;
border-radius: 5px;
}

.acc-content {
max-height: 0px;
overflow: hidden;
transition: all 0.2s ease-out;
}

.acc-title {
cursor: pointer;
display: block;
position: relative;
transition: all .2s ease-out;
}

.acc-title::before {
content: "\2b";
font-family: "fontawesome";
position: absolute;
right: 0;
top: 0;
color: #F9C524;
transition: all 0.3s ease-in-out;
font-size: 180%;
}

.acc-input:checked + .acc-title + .acc-content {
max-height: 100%;
padding-top: 10px;
}

.acc-input:checked + .acc-title::before {
transform: rotate(-45deg);
transition: all 0.3s ease;
}

input.acc-input[type="checkbox"] {
display: none;
}

/**************************************************************************************/

footer {
background-color: #232A56;
color: #FFFFFF;
margin-top: 30px;
padding: 20px 0;
}

footer a {
color: #FFFFFF;
opacity: 0.5;
margin: 0 10px;
font-weight: normal;
}

/****************************************************************************************************************************************************************************/

@media screen and (min-width: 800px) {
/**************************************************************************************/

body {
font-size: 130%;
line-height: 1.5em;
}

h1, h2, h3, h4 {
font-size: 180%;
line-height: 1.4em;
}

.imgdesktop, .headerbild {
display: block;
}

.imgmobile, .headerbildmobile {
display: none;
}

/**************************************************************************************/
}

@media (min-width : 1300px) {
/**************************************************************************************/

h1, h2, h3, h4 {
margin-top: 90px;
}

#container {
width: 1300px;
}

#tabzweier {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
gap: 30px;
}

#tabzweier > div:nth-child(2n + 1) {
-ms-grid-column: 1;
-ms-grid-row: 1;
}

#tabzweier > div:nth-child(2n + 2) {
-ms-grid-column: 2;
-ms-grid-row: 1;
}

#tabzweierwide {
display: -ms-grid;
display: grid;
-ms-grid-columns: 2fr 1fr;
grid-template-columns: 2fr 1fr;
gap: 30px;
}

#tabzweierwide > div:nth-child(2n + 1) {
-ms-grid-column: 1;
-ms-grid-row: 1;
}

#tabzweierwide > div:nth-child(2n + 2) {
-ms-grid-column: 2;
-ms-grid-row: 1;
}

#tabdreier {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
gap: 30px;
}

#tabdreier > div:nth-child(3n + 1) {
-ms-grid-column: 1;
-ms-grid-row: 1;
}

#tabdreier > div:nth-child(3n + 2) {
-ms-grid-column: 2;
-ms-grid-row: 1;
}

#tabdreier > div:nth-child(3n + 3) {
-ms-grid-column: 3;
-ms-grid-row: 1;
}

/**************************************************************************************/
}