:root {
    --card-margin: 1em;
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


html, body{
    height: 100%}

body {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
    line-height: 150%;
    background-color: #f2f2f2;

}


img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.container > * {
    flex: 1 1 280px;
}

.card {
    display: flex;
    flex-wrap: wrap;
    flex-basis: calc(960px * 999 - 100% * 999);
    background: white;
    margin: 1em;
}

.card > * {
    flex: 1 1 280px;
}

.content {
    align-self: center;
    padding: 1em 2em;
}




body > header > h1 {
    
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: 7;
    font-size: 2.5em;
    font-family: 'Playball', sans-serif;
    font-weight: 200;
    color: black;
    
}

body > header > h1 > span {
    text-transform: none;
    font-family: 'Open sans', sans-serif;
    font-weight: 200;
    font-size: 0.9em;
}

h2 {
    font-size: 2em;
    font-weight: 100;
    letter-spacing: 0.1em;
    color: dimgrey;
    margin: 2em 2em 1em 0.5em;
}

h3 {
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 0.1em;
}



h4 {
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: white;
    opacity: 0.5;
    margin: 1em 2em 0em 2em;
    text-align: center;
}

h5 {
    font-size: 10em;
    font-weight: 800;
    letter-spacing: 0.1em;
    color:darkslategrey;
    opacity: 0.5;
    margin: 1px;
    text-align: left;
}

h6 {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ba9e00;    
    text-align: left;
    text-transform: uppercase;
}




p {font-family: 'Open Sans', sans-serif;
    color: #424242;
    font-weight: 300;
    line-height: 30px;
    text-decoration: none;
}

strong {
    font-weight: bold;
}




a {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;


}


a:hover {
    color: #ba9e00;
    cursor:pointer;
}

a:focus {
    color: #ba9e00;
}



.btn {
    background-color: grey;
    color: white;
    border-radius: 7px;
    padding: 7px 20px 10px 20px;

}


hr {
    height: 0pt;
    border: 0px;
    background-color: grey;
    margin: 150px 0px 200px 0px;
}


iframe {
    width: 700px;
    height: 500px;
    border: none;
    background-color: white;
    align-items: center;


}


/* Versuch iframe als Gallerie responsive, nur bedingt wirksam immerhin sind die scrollbalken weg mit overflow hidden aber die größe des img passt sich icht an den iframe an*/

.galerie {
    max-width: 700px;
    background: darkgoldenrod;
    overflow: hidden;
    margin: 50px 20px 0px 20px;
}


}

iframe {
    max-width: 100;
    max-height: 56.25%;
    /* 315/560 = .5625 */
}




/* iframe video responsive code von https://benmarshall.me/responsive-iframes/ */

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}








/*footer*/


footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 60px;
    width: 100%;
    background: black;
    opacity: 0.8;
}



