/*================
Stylesheet fuer MZ
Datei: style.css
Datum: 07.04.2021 V.1.2
Autor: Tais Marti
===================*/


/*=================================
1. Allgemeine Styles
=================================*/

/*FONTS*/

@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url("../font/caveat/caveat.eot");
    src: url("../font/caveat/caveat.woff2") format('woff2'),
        url("../font/caveat/caveat.svg") format('svg'),
        url("../font/caveat/caveat.ttf") format('truetype'),
        url("../font/caveat/caveat.woff") format('woff');
}


@font-face {
    font-family:'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    src: url("../font/Cormorant_Garamond/Cormorant_Garamond.eot");
    src: url("../font/Cormorant_Garamond/Cormorant_Garamond.woff2") format('woff2'),
        url("../font/Cormorant_Garamond/Cormorant_Garamond.svg") format('svg'),
        url("../font/Cormorant_Garamond/Cormorant_Garamond.ttf") format('truetype'),
        url("../font/Cormorant_Garamond/Cormorant_Garamond.woff") format('woff');
}


@font-face {
    font-family:'Lekton';
    font-style: normal;
    font-weight: 400;
    src: url("../font/Lekton/Lekton.eot");
    src: url("../font/Lekton/Lekton.woff2") format('woff2'),
        url("../font/Lekton/Lekton.svg") format('svg'),
        url("../font/Lekton/Lekton.ttf") format('truetype'),
        url("../font/Lekton/Lekton.woff") format('woff');
}


@font-face {
    font-family:'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url("../font/Open_Sans/Open_Sans.eot");
    src: url("../font/Open_Sans/Open_Sans.woff2") format('woff2'),
        url("../font/Open_Sans/Open_Sans.svg") format('svg'),
        url("../font/Open_Sans/Open_Sans.ttf") format('truetype'),
        url("../font/Open_Sans/Open_Sans.woff") format('woff');
}


@font-face {
    font-family:'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url("../font/Dancing_Script/Dancing_Script.eot");
    src: url("../font/Dancing_Script/Dancing_Script.woff2") format('woff2'),
        url("../font/Dancing_Script/Dancing_Script.svg") format('svg'),
        url("../font/Dancing_Script/Dancing_Script.ttf") format('truetype'),
        url("../font/Dancing_Script/Dancing_Script.woff") format('woff');
}


*{ box-sizing: border-box;}

body{
	height: 100%;
    margin: 0;
	color: #353535;
	font-family: 'Open Sans', sans-serif;
    
}


main{
    background-color: #fff; 
}


#mainnav{ right: 10px;
background-color: rgba(0,0,0,0.5)
}

/**.mainnav_EN{
        
         display: none;
    }
    **/

h1{
    font-family: 'Cormorant Garamond', serif;
    color: #656565;
    font-size: 1.5em;
    display: block;
    top: 51px;
    z-index: 1000;
    position: fixed;
    left: 9px;
    height: 20px;
    z-index: 10000000
}

h2{
    font-family: 'Playfair Display', serif;
	font-size: 2em;
    padding-bottom: 30px;
    margin-bottom: 0;
    text-align: center;
    padding-top: 4em;
    margin-top: 0;
}

p{
	font-size: 1rem;
    line-height: 1.8rem;
    padding: 0 0 15px 0  ;
    margin: 0;
    line-height: 1.25em; 
}

.sprache{
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
	justify-content: space-around;
}

.EN{
    letter-spacing: 0px;
}
.DE_DE a, .EN_EN a{
    color: #7F5E2D;
}

.sprache p{
    padding: 0;
    margin-bottom: 5px;
    color: #fff;
    font-size: 1em;
}


a, #mehrLesen{ 
    text-decoration: none;
    color: #E88E0C;
    margin: 0;
    line-height: 1.25em;
    margin-bottom: 0;
    transition: color  2s;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
}



#mainnav  a:hover{
    border-bottom-width: thin;
    padding-bottom: 2px;
    color: rgba(232, 142,12 ,1); 
}

a:hover, #mehrLesen:hover{
    opacity: 0.7;
}

.logo a:hover{
    opacity: 1;
}

#mainnav a:focus,.tab:focus{
    color: rgba(232, 142,12 ,1); 
}

li:active{
    border-bottom-width:thick;
}

.email a{ 
 	text-decoration: none;
}

#section7 a{ 
    color:#fff;
    margin: 0;
    line-height: 1.25em;
    margin-bottom: 0;
    text-decoration: none;
}

#section7 .impressum a{
    text-decoration: underline;}

.mZ{
    margin-top: 20px;}
ul{
    list-style: none;
}

section{
	/*min-height: 100vh;*/
    margin-left: auto;
    margin-right: auto;
}


img{
	max-width: 100%;
    	height: auto;
}

#section6 img{
	/*max-width: 100%; 10 Juli**/
    width: 100%;
	height: auto;
}


span, a{
    color: #E88E0C;
}


nav{
	
    height: 54px;
    width: 44px
	
}


nav ul{
	display: none;
	position: absolute;
	right: 0px;
	top: 84px;
    padding: 0;
	list-style: none;
}



nav li{
	padding: 0px;
	text-align: right;
	margin-bottom: 5px;
}


nav a{
	text-decoration: none;
	display: block;
	color: #fff;
	border-bottom: 1px solid;
	padding: 5px 10px;
	margin-bottom: 3px;
    
}

/*nav a:hover{
    opacity: 0.5
    color: #FF530D;
}
*/



/*=================================
2. Styles für die Layoutbereiche
=================================*/

#scrollToTop {
    display: none;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}



.mbr-arrow-up {
    bottom: 25px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);}


scrollToTop a {
    border-radius: 100px;
}
.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
#scrollToTop a {
    border-radius: 100px;
}


#scrollToTop a i::before {
    content: '';
    position: absolute;
    height: 40%;
    bottom 20px;
    background: #fff;
    width: 2px;
    left: calc(50% - 1px);
}
.mbr-arrow-up-icon::before {
    content: "\203a";
    display: inline-block;
    font-family: serif;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#scrollToTop a i::after {
    content: '';
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 40%;
    height: 40%;
    left: 30%;
    bottom: 30%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
*, ::after, ::before {
    box-sizing: border-box;
}
/**/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  border: 0.5px #fff solid;
  border-radius: 100px;
    transition: all .3s ease-in-out;
    width: 60px;
    height: 60px;
    
}

#myBtn:hover {
 opacity: 0.7;
}

#myBtn: a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}


#myBtn a i::after {
    content: '';
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 40%;
    height: 40%;
    left: 30%;
    bottom: 30%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


#myBtn  a i::before {
    content: '';
    position: absolute;
    height: 40%;
    top: 25%;
    background: #fff;
        background-color: rgb(255, 255, 255);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
    width: 2px;
    left: calc(50% - 1px);
}

.maxbreite_galerie{
    max-width: 900px;
	margin-left: auto;
	margin-right: auto;

}
.maxbreite{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.maxbreite2{
    max-width: 100vw;
}

#section0{
    min-height: 12vh;  
}   


#section0 p{
    color:#656565;
}

#section2, #section3, #section4, #section6{
    padding-left: 10px;
    padding-right: 10px;
	min-height: 40vh;

}
#section3{
      
}

#section2 h2{
    padding-top: 4em;
}
.wrapper_presse h2{
    padding-top: 100px;
   
}

#section1{
    /*min-height: 40vh;*/
    height: 88vh;
}

#section4 {
    height:  fit-content;
    height: -moz-min-content;    /* Firefox */
    height: -webkit-min-content; /* Chrome */
}


#section4 h2{
    padding-top: 150px;
  
}

#section8{
    min-height: 30vh;
}

#section6{
    padding-bottom: 10px;
}



.logo_print{
	display: none;
}

#section6{
 padding-bottom: 10px
}

.Hintergrund_Startseite{
    /*top: 10px;*/
    background-image: url(../img/Startseite_bild.jpg);
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
       min-height: 87vh;
   background-position: center right;
      -webkit-position: center right;
    -moz-position: center right;
    -o-position: cover;
    
    
    
    
}
.logo img{
    height: 59px;
    width: auto;
    position: relative;
    margin-bottom: auto;
    margin-top: auto;
}  

.logo a{
    display: block;
    height: 80px;
}

.fixedtop{
    top:0;
    height: 80px;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    width: 100%;
    left: auto;
    position: fixed;
    max-width: 100vw;
    background-color: #fff;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 10000000;
    

}
#wrapper_rechts{
 
    display: flex;
    flex-direction: column-reverse;
    text-align: -webkit-right;  
    height: 73px;
    justify-content: space-between;
    
}
.wrapper_s1{
    margin-right: 0;
    margin-left: auto;
    width: 100%;
    left: auto;
}
    	
#mobil{
   font-size: 5em;
    cursor: pointer;
	color: #656565;
	line-height: 1;
    font-family: Times, "Times New Roman", "serif";
    display: inline-block;
    letter-spacing: -2px;
    
    
}


#mobil:hover {
  opacity: 0.7;
} 

	
nav ul.show{
	display: block;
}

/*MUSIK */

#section1{
    top:-2.8em;
    position: relative;
}
.playme{
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	/*width: 98vw;*/
    width: fit;
    z-index: 1000000;
    top:20px;
}

audio::-webkit-media-controls-panel {	background: #fff;}

	/*	audio::-webkit-media-controls-mute-button {}

		audio::-webkit-media-controls-play-button {background: #333}*/
audio {
    
   width: 100%;

  }




/* END-musik*/



.wrapper_playme_spruch{
    position: relative;
   margin-bottom: -25vh;
    margin-top: auto;
    margin-bottom: auto;
}


.spruch2{
    font-family: 'Dancing Script', cursive;
    font-size: 2em;
    text-align: center;
	 padding-top: 3em;
	padding-bottom: 20px;
}
h4{
  font-family:  'Lekton', sans-serif;  
}
.spruch{
    top: 4em;
     font-size: 1.3em;
    font-family:  'Lekton', sans-serif;
  /*top: 50%;*/
    position: relative;
  text-align: center;
    width: 100%;
    /**padding-top: 15vh;
    padding-bottom: 15vh;**/
 
}

.spruch_En_Handy{
    font-size: 14px;
    font-family:  'Lekton', sans-serif;
    position: relative;
    text-align: center;
    width: 100%;
    top: -30em;
    padding-bottom: 15vh;
    position: relative;
    color: #fff;
    font-weight: 600;
}



/*KALENDER*/

/* Style the tab */





/*Akkordeon*/
    
    summary {
        font-size: 1.17em;
        
        color: #E88E0C;
        margin-bottom: 1.5em;
        margin-top: 1.5em;
        border:0;
        outline:none; /*Chrome*/
    }

summary p{padding-bottom: 0;
    display: initial;
    display: -webkit-initial; 
    display: -ms-initial;
	display: -moz-initial;
}


details {cursor:pointer}

.invisible{
        cursor: all-scroll;
    color: white;
    
}


/* Style the buttons inside the tab */
.tab  {
    display: -webkit-flex; 
    display: -ms-flex;
	display: -moz-flex;
    display: flex;
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    position: relative;
    width: 218px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

/* Change background color of buttons on hover */
.tablinks p:hover {
    border-bottom: 0.5px #E88E0C solid;
    color: rgba(232, 142,12 ,1);
   border-bottom-width: thin;
    transition: color  2s;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
   
}

.tablinks p{
    padding-bottom: 0;
    display: initial;
}
.navkal{
    
}

.tablinks:active{
    color: rgba(232, 142,12 ,1);
}


/* Create an active/current tablink class 
.tab button.active {
    background-color: #fff;
}*/

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
    /*padding-bottom:3em ;*/
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    
}

#aktuell {
    /*display: block;*/
    color: #E88E0C;
    display: inline-flex;
}

.Monat_Tag, .Stueck{
    color: #656565;
}

.tablinks:nth-of-type(2){
  
}

.tablinks{
        display: inline-flex;
}
.tab{
     
}
   


/*.tab span{
    margin-left: 5px;
    margin-right: 5px;
}*/


.termine{
    position: relative;
    margin-left:  auto;
    margin-right:  auto;
    width:  fit-content; 
    width: -moz-fit-content; /* Firefox/Gecko */ /* V1.2*/
    width: -webkit-fit-content;  /* Chrome */
    display: -ms-inline-flexbox;
    display: -webkit-inline-flexbox; /* Chrome */
    display: -moz-inline-flexbox; /* Firefox/Gecko */
}

.termine{border-top: none; 
    padding-top: 0.5em;
    width: 65vw;
}



.Vtermine, aktuell, .zukunft{
    padding-top: 0;
}


.letzeAbstand{
    padding-bottom: 10px;
}



/*.Jahr1, Jahr2, Jahr3{
     display: -webkit-flex; 
    display: -ms-flex;
	display: -moz-flex;
    display: flex;
    display: flex;
}*/

.Monate{
    margin-top: 14px;
    padding-left: 7px;
}
/*.Monate a{
    margin-right: 20px;
    background-color: #656565;
    border-radius: 2px;
    
}*/

.Monat_Jahr, .Platz, .Stueck{
    color:#656565;
}
.nav_termine{
    padding-left: 0px;
    margin-bottom: 0px;
}
.wrap_Event{
     display: -webkit-flex; 
    display: -ms-flex;
	display: -moz-flex;
    display: flex;
    flex-direction: -webkit-column;
	flex-direction: -ms-column;
	flex-direction: -moz-column;
	flex-direction: column;
    position: relative;
    width: 50vw;
    margin-left: 2em;
}

.Monat{
    padding-bottom: 10px;
    padding-top: 3em;
    display: block;
}

.JahrAbstand{
    padding-bottom: 10px;
    padding-top: 2px;
    display: block;
}
.Monat_Tag{
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-top: 2em;
     
    
}
.Platz{
    margin-right: 10px;
    text-align: left;
}


.Steuck{
       font-style: italic;
}
.Event{
     display: -webkit-flex; 
    display: -ms-flex;
	display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
	justify-content: space-between;
	flex-direction: -webkit-column;
	flex-direction: -ms-column;
	flex-direction: -moz-column;
	flex-direction: column;
    width: 100%;
   }



/*BIOGRAPHIE*/

.linie{
  
}

.u{
    width: 65px;
    height: 3px;
    margin: auto;
    margin-bottom: 100px;
    background: #E88E0C;
    
}


.info_MZ{
    
     display: -webkit-flex; 
    display: -ms-flex;
	display: -moz-flex;
    display: flex;
	flex-direction: -webkit-column;
	flex-direction: -ms-column;
	flex-direction: -moz-column;
	flex-direction: column;
    
}
.ICH_Foto img{
    height: auto;
    width: 100vw;
    /*margin-left: -10px;*/
 
}


#myBtnContainer{
    width: max-content;
    margin-left: auto;
    margin-right: auto

}
 .wrapper_biographie{
 }

.text{
    padding-left: 10px;
    padding-top: 20px;
}

#mehrLesen{
   display:inline-block;
    cursor: pointer;
    float: right;
}

#extra_text {
    display: none;
 }

.download{
    /*bottom: -3em;*/
    /*margin-bottom: 0px;*/
     display: block;
   /*position: relative;*/
      margin-top: 3em;
      display: -webkit-flex; 
      display: -ms-flex;
      display: -moz-flex;
      display: flex;
      -webkit-justify-content:flex-end;
      -ms-flex-pack:flex-end;
      -moz-flex-pack:flex-end;
      justify-content: flex-end;
}

.wrap_Download{
    display: flex;
    
}

/*FOTOGALERIE*/




.wrapper_presse .bx-prev, .wrapper_presse .bx-next{
    display: none;
}

#section4 .bilder{
		max-width: 700px;
		margin: 0 auto;		
}

#section4 .bilder ul{
		margin: 0 0;
		padding: 0;
}


.tab {
    
    cursor: pointer;
    color:#656565;
    padding-bottom: 2px;
    letter-spacing: 2px;
    border-bottom-width: 0px;
}

.btn, .btn_active{
    display: inline-block;
    cursor: pointer;
    color:#656565;
    padding-bottom: 2px;
    letter-spacing: 2px;
    border-bottom-width: 0px;
}

.btn{
    margin-left: 5px;
   }

.btn:hover, .btn_active:hover {
    border-bottom: 1px solid rgba(232, 142,12 ,1);
    border-bottom-width: thin;
    color: rgba(232, 142,12 ,1); 
     transition: color  2s;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    
}




.btn:focus{
    color: rgba(232, 142,12 ,1); 
}

.btn:activ{
    color: rgba(232, 142,12 ,1); 
}

/** **/

/* The "show" class is added to the filtered elements */

/* Add padding BETWEEN each column */
.row,
.row > .column {
    padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
    float:left;
   display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
    background-color: black;
    padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {

 
}
.show {
  display: block;
}


/*tabs Foto und Video* 16.03.2021*/


.tabcontentGallery {
    display: none;
    border-top: none;
    /*padding-bottom:3em ;*/
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    
}

#aktuellGallery {
    /*display: block;*/
    color: #E88E0C;
    display: inline-flex;
}



.tablinksGallery:nth-of-type(2){
  
}

.tablinksGallery{
        display: inline-flex;
}
.tab{
     
}
   
   

#aktuellGallery {
    /*display: block;*/
    color: #E88E0C;
    display: inline-flex;
}


/*.tab span{
    margin-left: 5px;
    margin-right: 5px;
}*/

#videosGallery{
    
    
    justify-content: center;
    flex-direction: column; /* 16.03.2021*/
    align-items: center; /* 16.03.2021*/
    }

#videosGallery p{padding-bottom: 4em;}



/*PRESSE*/

  .wrapper_presse h2{
    padding-top: 4em;
   
}
h2 {clear: left;}

.presse{
     text-align: center;
    /*height: 35vh;*/
}

.presse p{
     font-family:  'Lekton', sans-serif;
}
.presse fa{
    font-size: 1em;
    text-align: center;
}

.zeitung{
    padding-top: 11px;
    /*padding-bottom: 40px*/
}
.kritik{
    width: 30vw;
}
/* Slider Stil*/
.bx-wrapper{
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
   
    margin-bottom: 0px;
}

.max_breite_slider{
    max-width: 90vw;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.bx-wrapper .bx-pager{
    font-size: 0.50em;
    line-height: 2;
}

.slider p{
    font-size: 1em;
}

.bx-wrapper -webkit-box-shadow, .bx-pager, .bx-default-pager{
    display: none;
}
/*
.wrapper_presse{
    min-height: 20vh;
}



.wrapper_presse .bilder{
		max-width: 760px;
		margin: 0 auto;
}




.bx-wrapper img {
    margin: auto;   
}

.wrapper_presse .bx-viewport{
    height: 300px;
}

.wrapper_presse .bx-caption{
    
    padding-bottom: 20px;
 margin-left: auto;
    margin-right: auto;
    padding-right: 50vw;
    padding-left: 0px;
    
}
.wrapper_presse .bx-caption {
     background: rgba(80, 80, 80, 0);
}    */


/* UEBER MICH*/


#section6{
    margin-bottom: 5em;
}

.wrapper_ueber_mich{
    display: -webkit-flex; 
    display: -ms-flex;
	display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
	justify-content: space-between;
	flex-direction: -webkit-column;
	flex-direction: -ms-column;
	flex-direction: -moz-column;
	flex-direction: column;
        
}

.foto_uber_mich img{
    width: 100%;
}
.text_ueber_mich{
    margin-top: 2.5em;
 
}

.motto{
    margin-top: 2em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
/*FOOTER*/
 
#section7{
   
	min-height: 15vh;
}
.web{display: none}
.wrap_footer{
    background-color: #656565;
    min-height: 9rem;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
	display: -moz-flex;
    display: flex;
    -webkit-justify-content:space-between;
    -ms-flex-pack:space-between;
	-moz-flex-pack:space-between;
	justify-content: space-between;
	flex-direction: -webkit-column;
	flex-direction: -ms-column;
	flex-direction: -moz-column;
    flex-direction: column;
    margin-top: 1em;
    font-size: 1em;
    position: relative;
    
}

.wrap_footer .trennlinie{
    display: none;
}
.wrap_footer a, .wrap_footer p{
    font-size: 1em;
    line-height: 1.5;
    color:#fff;
}   
.trennlinie, .trennlinie_2{
    font-size: 0.5em;
    line-height: 0px;
}

.wrap_footer h2, .wrap_footer a {
    color:#fff;
}

.wrap_copy_imp{

  	position: relative;
    margin:.5rem 0 0;
    padding-top: 0.5em;
    border-top: 1px solid #cd9e11;
    text-align: center;
    font-size: 0.7em;
   
}

.copyright{
    padding: 0;
     
}

.copyright p, .impressum p{
    padding: 0;
}

.impressum{
    display: inherit;
	font-weight: 1000;
    position: relative;
    margin-left: auto;
    margin-right: auto;
   
   }

.impressum a, .trennlinie_2{ display: inline-block}

.trennlinie_2{
    margin-left: 5px;
    margin-right: 5px;
}
.wrap_kontakt_sm{
    display: -webkit-flex; /* serveix per...*/
    display: -ms-flex;
	display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
	-moz-flex-pack: space-between;
	justify-content: space-between;
    margin-top:20px;
    height: auto;
    right: 0px;
    margin-bottom: 0.5em;
    position: relative;
}

.wrapper_kontakt h2{
        font-size: 1.1em;    
        margin-top: 0;
        padding:0;
}

.wrapper_kontakt{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
	}

.wrapper_kontakt p{
    padding-bottom: 0;
    padding-top: 0;
}


.social_media_footer{
    display: -webkit-flex; 
    display: -ms-flex;
	display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
	-moz-flex-pack: center;
	justify-content: center;
	position: relative;
   top: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
	
}



i.fab:hover {
  opacity: 0.7;
    
}


#section7 .fab{
    font-size: 2em;
    line-height: 1.2em; 
}



#section7 .fa-twitter-square{
    margin-left:0;
   position: relative;
    padding-right: 10px;
}








/*=================================
3. Sonstige Styles
=================================*/



@media screen and (max-width:460px){
.Hintergrund_Startseite{
    /*top: 10px;*/
    background-image: url(../img/Startseite_bild_Esc.jpg);

    }
}

@media screen and (max-width:560px){
/*Videos responsiv*/
    
    .download{
        display: none;
    }
    
  
.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

}
@media screen and (min-width:560px){
 
    .bild_hintergrund{
        margin: 0;
        background-repeat: no-repeat;
        max-height: 100vh;
    }
    
    .spruch_En_Handy{
        top: -20vh;
    }
    
    #section3{
        padding-left: 0px;
        padding-right: 0px;
        /*max-height: 1575px;*/
    }
   
    #section4, .wrapper_presse, #section6{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    
    
   
  /*#section4{
    min-height: 55vh;;
}*/
    
    
	/*BIOGRAPHIE*/
  

        .info_MZ{
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;

        }
        .ICH_Foto img{
            width: 30vw;
        }
    
    .ICH_Foto img{
        overflow: hidden;
        float:left;
        margin-right: 2em;
    }
        
    #extra_text{
        padding-top: 1em;
    }

    .wrapper_ueber_mich{
        -webkit-flex-direction: row;
   		-moz-flex-direction: row;
    	-ms-flex-direction: row;
        flex-direction: row;
    }
    
	.foto1, .foto2, .foto3 .wrapper_ueber_mich{
		margin: 0 5px;
	}
    
    
    /* Section3*/
    
   
    
    /*FOOTER*/

    #footer{
        font-size: 1em;
    }
    
    #footer h2{
        font-size: 1.5em;
    }
    
  
}/* END mediaquery*/	
@media screen and (min-width:700px){

/**#section4{
    min-height: 52vh;
}**/
}
/* START 1000px Breite**********************************************************************************************/

@media screen and (min-width:1000px) {
    
    
    #section1{
        min-height: inherit;
        background-color: #fff;
    }
   
    h1{
        font-size: 2.5em;
        top: 1px;
        left:20px;
        height: 50px;
    }
    
    .logo img{
       height: 52px;
    }
    
    .logo{
            height: 62px;
    }
    .logo a{
        height: 0px;
    }
    h2 {
        padding-bottom: 1.5em;
    }
  
    
    
    p,a {
        line-height: 1.5;
        font-size: 1em;
        }
    
    .fixedtop{
        height: 100px;
        /*border-bottom: 0.09px #656565 solid;*/
    }
    
    #section0 nav a{
        font-size: 1em;
    }
    
   #mobil{
        display: none;
    }
    
    #mainnav{ 
        /*right: 10px;*/
        height: 34px;
        margin-top: 70px;
        margin-bottom: 0;
        bottom: 0px;
        background-color: rgba(0,0,0,0);
        right: 0px;
    }
    
    nav ul {
            display: flex;
            top:0;
    }
    
    nav a{ border: 0 solid;
        color: #656565;
        background-color:rgba(47,47,47,0.0);
        padding-bottom: 0;
        padding-top: 0px;
        letter-spacing: 2px;
    }
    
    
    

    
   .spruch{
        top: -316px;
        width: 40%;
        color: #fff;
       left: 134px;
     
    }
    
  
    #section3,  .wrapper_presse, #section6, #section2{
        min-height: 40vh;
     
        
    }
    
  
    /*****BIIOGRAFIE******/
    #section2 h2{
        padding-top: 4em;
    }
    
    .text{
        padding-top: 0px;
    }
    
    /******KALENDER******/
    
   .hintergrund_section3{
        background-image: url(../img/Hintergrund_Kalender.png);
        min-height: 60vh;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
       padding-bottom: 4em;
   }
    
    .Monate{
        padding-left: 1em;
    }
    .Monat{
      padding-top: 15px;
        display: inherit;
}

    .Monat_Tag{
        padding-top: 0;
        width: 8rem;
        margin-right: 4em;
    }
    
    .wrap_Event{
        width: 55vw;
    }
    .JahrAbstand{
        display: inherit;
    }

    .nav_termine {
        display: inline-block;
        background-color: #fff;
        padding-bottom: 20px;
        padding-left: 40px;
     }
    .tabcontent {
        width: 65vw;
        padding: 3em 12px;
        
    }
    .lange_Text{margin-bottom: 4px;}
    .Platz{
        text-align: center;
        width: 40%;
        align-items: left;
        text-align: left;
        margin-left: 2em;
    }
    
    .Stueck{
        width: 15rem;
    }
    .termine{
        top:3em;
    }
    .Event{
        flex-direction: row;
        
    }
    
    .wrap_Event{
        margin-left: 5em;
    }
    
     #section4{
        padding-bottom: 20px;
     }
       
    .hintergrund img{
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    
    .wrapper_playme_spruch{
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

       
 
    #aktuell .download, #zukunft .download{
        display: block;
        right: 20px;
        position: absolute;
        margin-top: -2em;
    }
    
    .ev_tag, .ev_tag_first{
        font-size: 60px;
        font-weight: 700;
        display: block;
    }
	
	.ev_tag{
	    padding-left: 15px;
    	padding-right: 15px;
    }
	
    .datum{
        font-size: 14px;
        /*padding-left: 10px;*/
    }
    
    .Stueck{
       width: 20rem;
    }
    .event{
        font-size: 26px;
        font-weight: 300;
    }
    .Platz{
        width: 18rem;
    }
    
    .moto_text{
        font-size: 14px;
        padding-left: 0;
    }
    
    .wrapper_events p { 
        font-size: 1.8em;
    }
    
    
    
   
    /*FOTOGALERIE*/
     #section4 .bilder{
        max-width: 800px;
    }
    .wrapper_presse .bx-prev, .wrapper_presse .bx-next{
    display: block;
    }
    
    .max_breite_slider{
        max-width: 50vw
    }
    
    
    /*PRESSE*/
    .wrapper_presse h2{
    padding-top: 4em;
   
    }
    
    /*FOOTER*/
    
    .wrap_footer {
   		padding: 1em;
    }
    
    #section7{
        min-height: 30px;
    }
    
    .wrap_footer a, .wrap_footer p{
        font-size: 1em;
        min-height: 0px;
    }  
   
    .wrap_footer h2{
        font-size: 1.2em;
    }

   .wrap_copy_imp{
        display: -webkit-flex; 
        display: -ms-flex;
        display: -moz-flex;
        display: flex;
        -webkit-justify-content:flex-end;
        -ms-flex-pack:flex-end;
        -moz-flex-pack:flex-end;
        justify-content: flex-end;
        border-top: 1px solid #cd9e11;
        text-align: center;
        font-size: 0.75em;
       display: inline-block;
    }
    
    
    .wrap_footer .trennlinie, .trennlinie_2{
        display: block; 
        margin: 0 10px;
    }
   
	.social_media_footer{
        top: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
	}
    
    #section7 .impressum a{
        line-height: 1.5;
    }
    
    .impressum{
        display: inline-flex;
    }
    .trennlinie, .trennlinie_2{ 
    display: inline-flex;}

}/* END mediaquery*/	


/* START 1200px Breite */
@media screen and (width:1200px){
    
    
}  /* END mediaquery*/ 
    
@media screen and (min-width:1315px){
	
    .bild_hintergrund {
        background-size: cover;
    }
	 
	#section4 .bilder {
		max-width: 1200px;
    }
}
/* END mediaquery*/


/* START 1920px Breite*/
/*
@media screen and (min-width:1920px){
    
    h1{
      margin: 0;
    }
    
   
   
    
     .sprache a{
       font-size: 1.5em;
    }
    .tennlinie p{
        font-size: 1.5em;
            
    }
    #section0 i.fab{
        font-size: 50px;
    }
    
    .ICH_Foto img{
    
    max-width: 50%;
 
}
   */
   
    
/*footer*/
     .wrap_footer h2{
        font-size: 1.5em;
    }
    
    .wrap_footer a, .wrap_footer p {
        font-size: 1em;
    }
    
   nav ul{
       
    }
	
	nav a{
		font-size: 1em;
	}
    
    main nav{ right: 0px;}
    

} /*END MQUERY*/

/* START Browser MQUERY */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.slider { padding:10px; }  /* IE10 */
	*::-ms-backdrop, .slider { padding:8px; } /* IE11 */
     .nav_termine{left: 25%;
         position: relative;}
    audio
{

-moz-background: #000 ;
-webkit-background: #000;
background:   #000;
}
    .playme{
        width: 98.6vw;
    }
}/*END MQUERY*/
	
/* MS Edge  */
@supports (-ms-accelerator:true) {
	.selector { property:value;} 
}/*END MQUERY*/

/* fix background images for sections */  
.uk-background-fixed { background-attachment: fixed; }

    
    