/* teko-300 - latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/teko-v9-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Teko Light'), local('Teko-Light'),
       url('fonts/teko-v9-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/teko-v9-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/teko-v9-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/teko-v9-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/teko-v9-latin-300.svg#Teko') format('svg'); /* Legacy iOS */
}

/* teko-regular - latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/teko-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Teko Regular'), local('Teko-Regular'),
       url('fonts/teko-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/teko-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/teko-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/teko-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/teko-v9-latin-regular.svg#Teko') format('svg'); /* Legacy iOS */
}

/* teko-500 - latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/teko-v9-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Teko Medium'), local('Teko-Medium'),
       url('fonts/teko-v9-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/teko-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/teko-v9-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/teko-v9-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/teko-v9-latin-500.svg#Teko') format('svg'); /* Legacy iOS */
}

/* teko-600 - latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/teko-v9-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Teko SemiBold'), local('Teko-SemiBold'),
       url('fonts/teko-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/teko-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/teko-v9-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/teko-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/teko-v9-latin-600.svg#Teko') format('svg'); /* Legacy iOS */
}

/* teko-700 - latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/teko-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Teko Bold'), local('Teko-Bold'),
       url('fonts/teko-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/teko-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/teko-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/teko-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/teko-v9-latin-700.svg#Teko') format('svg'); /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
}

body {
  font-family: 'Teko';
    font-weight: 300;
    font-size: 22px;
}

h1 {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1;
}

h2 {
    text-decoration: underline; 
    text-decoration-thickness: 3px;
    line-height: 1.1;
    margin-top: 30px;
    font-weight: 500;
}

.dollwerk h2 {
    text-decoration-color: #FEF200;
}

.deinpool h2 {
    text-decoration-color: #00DBFF;
}

a {
    color: inherit;
}

p {
    margin-bottom: 10px;
}

.current {
    color: #BBB;
}

#header {
    font-size: 30px;
    font-weight: 400;
  background-image: url("img/bg-dollwerk.png");
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
margin: 0;
  padding-top: 18%;
    padding-bottom: 15%;
  padding-left: 50px;
}

#header-pool {
    font-size: 30px;
    font-weight: 400;
  background-image: url("img/bg-deinpool.png");
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
    margin: 0;
  padding-top: 10%;
padding-bottom: 25%;
  padding-left: 50px;
    color: #112d63;
}

#logo {
    width: 40%;
    min-width: 200px;
    left: 5%;
}

#hinweis {
    font-style: italic;
    font-size: 40px;
    margin-bottom: 50px;
}

#kontakt {
    font-family: 'Teko';
    background-color: #e9ecef;
    width: 1200px;
    max-width: 90%;
    max-width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    border-radius: 5px;
    overflow: visible;
}

#adresse {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

#inhalt{
    width: 1200px;
    max-width: 90%;
    max-width: 80%;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
    #iframe-2dc59e6a5e44a71261ae881c1729ceb7 {
        overflow: visible !important;
        height: 900px !important;
    }
}

footer {
    margin: 50px 20%;
    display: flex;
    justify-content: space-around;    
    padding-left: auto;
    padding-right: auto;
}

.footer-nav {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}