@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri/Amiri-Regular.ttf') format('truetype');
}

* {
    box-sizing: border-box;
    margin: 0;
    border: 0;
}

html {
    font-family: Amiri;
}

body {
    background: #fff;
    
}

footer {
    font-size: 0.8em;
    margin-top: 150px;
    margin-left: 12.5%;
    margin-right: 12.5%;
}

.footer_copyright {
    float: left;
    width: 100%;
    text-align: center;
    font-style: italic;
    margin-top: 50px;
}
.main_wrapper {
    
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    
}


p, h1, h2, h3, h4, h5, h6 {
    font-variant-ligatures: normal;
    }
p {
    color: #3e413f;
    font-size: 1.2em;
    line-height: 1.7;
    padding-bottom: 1em;
}

h1 {
    color: #3e413f;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.2em;
    padding-bottom: 70px;
}

h3 {
    color: #3e413f;
    font-size: 2.2em;
    font-weight: 400;
    font-style: italic;
}

/* Markierung Text */
::selection {
    text-shadow: none;
    color: #fff;
    background: #3e413f;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #3e413f;
}

/*links*/

a:link {
    color: #3e413f;
    text-decoration: none;
}

a:visited {
    color: #3e413f;
    text-decoration: line-through;
}
a:hover {
    color: #3e413f;
    letter-spacing: 0.3em;
}

a:active {
    text-shadow: none;
    color: #fff;
    background: #3e413f;
    letter-spacing: 0.3em;
}

.cross_text {
    text-decoration: line-through;
}

.veranstaltungsort {
    font-variant: small-caps;
}

.termine_text {
    margin-right: -2em;
}

/*gebrochener Unterstrich*/

.underline {

  /*text-decoration: underline;*/
    text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, 0 -.03em #fff, .06em 0 #fff, -.06em 0 #fff, .09em 0 #fff, -.09em 0 #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#3e413f, #3e413f);
    background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 74%, 100% 74%, 0% 74%;

}

/*Titel*/

.logo_head {
    font-size: 10em;
    font-weight: 400;
    text-align: right;
    letter-spacing: 0.02em;
    color: #3e413f;
}

.logo_sub {
    font-size: 2em;
    text-align: right;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-style: italic; 
    line-height: 1;
    color: #3e413f;
    margin-top: -2.8em;
    margin-right: 2em;
}

.titel_l {
    height: 500px;
    margin-top: 200px;
    padding-right: 5px;
    margin-bottom: 100px;
    float: left;
    width: 50%;
    display: inline-block;
}

.titel_r {
    height: 500px;
    float: right;
    width: 50%;
    margin-top: 200px;
    margin-bottom: 100px;
    padding-top: 70px;
    padding-left: 5px;
    display: inline-block;
    
}

.logo {
    height: 155px;
}

.seeblick {
    width: 100%;
    height: 502px;
    position: absolute;
    z-index: -1;
    background-image: url(bilder/seeblick.gif);
    background-size: cover;
}

/*Body*/

.container_l {
    position: relative;
    /*width: 50%;*/
    grid-column-start: 1;
    text-align: right;
    margin-bottom: 100px;
    }

.container_r {
    position: relative;
    /*left: 50%;
    width: 50%;*/
    grid-column-start: 2;
    margin-bottom: 100px;
}

.container_l_leer {
    position: relative;
    grid-column: 1 / 3;
}

.container_r_leer {
    position: relative;
    grid-column-start: 2;
}

/*Fußzeile*/

.kleingedrucktes_l {
    
    position: relative;
    width: 50%;
    text-align: right;
    margin-bottom: 100px;
    }

.kleingedrucktes_r {
    
    position: relative;
    left: 50%;
    width: 50%;
    margin-bottom: 100px;
}

/*Horizontaler Slider*/

.slidernav {
    display: grid;
    margin-bottom: 100px;
    height: 100%;
    overflow-x: hidden;
    /*overflow-y: scroll;*/
    
   
    /*cursor: e-resize;*/
    
}
    
.slidernav ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
       
.slidernav li {
    display: block;
}

.halb_l {
    display: inline-block;
    width: 40%;
    height: auto;
    margin-left: 5%;
} 

.halb_r {
    display: inline-block;
    width: 40%;
    height: auto;
    margin-left: 55%;
    margin-top: -70px;

} 

.voll {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 120px;
    
} 

.med_mitte {
    display: inline-block;
    width: 40%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 30%;
}


.soundcloud {
    display: none;
}

.vimeo {
    display: grid;
    margin-top: -150px;
    width: 100%;
    height: 450px;
}

/*Mauszeiger*/

.pointer {
    cursor: pointer;
}

.visuallyHidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  width: 1px;
}

/*ID's*/

#kleingedrucktes__ {
    display: none;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

#bilder_beymeister__ {
    display: none;
}

#bilder_raststaette__ {
    display: none;
}

#audioportraeit_1_vimeo {
    display: none;
}

#audioportraeit_2_vimeo {
    display: none;
}

#balkonien_1_vimeo {
    display: none;
}

#balkonien_2_vimeo {
    display: none;
}

/* Primärfarbe: Hellgrün #ccfccb; Anthrazit #3e413f */