

/****FONTS****/
@font-face {
    font-family: 'apercu-light-pro';
    src: url('font/apercu-light-pro.eot');
    src: url('font/apercu-light-pro.eot?#iefix') format('embedded-opentype'),
         url('font/apercu-light-pro.woff') format('woff'),
         url('font/apercu-light-pro.woff2') format('woff2'),
         url('font/apercu-light-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'apercu-bold-pro';
    src: url('font/apercu-bold-pro.eot');
    src: url('font/apercu-bold-pro.eot?#iefix') format('embedded-opentype'),
         url('font/apercu-bold-pro.woff') format('woff'),
         url('font/apercu-bold-pro.woff2') format('woff2'),
         url('font/apercu-bold-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'apercu-bold-italic-pro';
    src: url('font/apercu-bold-italic-pro.eot');
    src: url('font/apercu-bold-italic-pro.eot?#iefix') format('embedded-opentype'),
         url('font/apercu-bold-italic-pro.woff') format('woff'),
         url('font/apercu-bold-italic-pro.woff2') format('woff2'),
         url('font/apercu-bold-italic-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'apercu-bold-italic-pro';
    src: url('font/apercu-light-italic-pro.eot');
    src: url('font/apercu-light-italic-pro.eot?#iefix') format('embedded-opentype'),
         url('font/apercu-light-italic-pro.woff') format('woff'),
         url('font/apercu-light-italic-pro.woff2') format('woff2'),
         url('font/apercu-light-italic-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*******FONTS END ****/
/******************************************************************************/
/*GENERAL CSS*/
body, html{
	margin:0;
	padding: 0;
	font-family: 'apercu-bold-pro', sans-serif;
	font-size: 22px;
	/*font-size: 1.15vw;*/
  /*line-height: 1.45vw;*/
  height: 100%;
}

input{
	  background-color: transparent;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    /*font-size: 22px;*/
	  /*font-size: 1.15vw;*/
    font-size: 20px;
    font-family: 'apercu-bold-pro', sans-serif;
    border-radius: 0;
}

textarea{
  font-family: 'apercu-bold-pro', sans-serif;
	background-color: transparent;
	border:1px solid black;
	width: 100%;
	height:165px;
	/*font-size: 22px;*/
	font-size: 20px;
  outline: none;
}

#edit{
  background-color: rgba(255,255,255,0.6);
  position: absolute;
  top: 0;
  left: 0;
  /*z-index: -1;*/
  width:100%;
  min-height: 100vh;
  background-color: rgba(255,255,255,0.6);
}

#mobileimg{
  display: none;
}

#privacymessage{
      color: red;
    padding-bottom: 20px;
    text-align: left;
}

.inner-time-input{
  display: inline-flex;
}

.daychoose{
      border-bottom: 1px solid black;
    height: 26px;
    margin-top: -3px;
    padding: 0!important;
    /* margin: 0; */
    margin-left: 13px;
}
.daychoose select{
         background: none;
    border-radius: 0px;
    border: none;
    /* border-bottom: 1px solid black; */
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/arrow.svg);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}

.link{
  cursor: pointer;
  color: #666;
  font-family: "apercu-light-pro";
}

.link:hover{
  color: #000;
}




a {color: #000;}
a:visited {color: #000;}
a:active {color: #000;}
a:hover {color: #666;}

h1{
	font-size:36px;
/*font-size: 1.9vw;*/
}

h6{
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 50px;
    font-family: 'apercu-light-pro';
    font-weight: normal;
        margin-top: -20px;
}

#content{
  position: absolute;
  width: 100%;

}




@-webkit-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
@-moz-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.option-input {
  margin:0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 2.333333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 21px;
  width: 21px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  border-radius: 10%;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
}
.option-input:hover {

}
.option-input:checked {

}
.option-input:checked::before {
  position: absolute;
  content: '\d7';
  color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 30px;
  color: #000;
  text-align: center;
  line-height: 21px;
  font-weight: 400;
  pointer-event: none;
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #000;
  content: '';
  display: block;
  position: relative;
  pointer-event: none;
  /*z-index: 100;*/
}
.option-input.radio {
  border-radius: 10%;
}
.option-input.radio::after {
  border-radius: 10%;
}
  /*style the box which holds the text of the information window*/

 .button{
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px;
    width: 10vw;
    margin: 0 auto;
    height: 3vw;
    line-height: 3.3vw;
    cursor: pointer;
    transition: all 1s ease;
    user-select: none;
}

.button:hover{
	background-color: #000;
	color: #fff;
}

.button:active{
	background-color: #000;
	color: #7A7A7A;
}

/******************************************************************************/

/**HEADER GENERAL**/
#logo{
	width: 225px;
	margin-top: 39px;
  margin-left: 50px;
}

#header{
  position: fixed;
	height: 135px;
  width: 100%;
  z-index: 10000;
}

.gm-fullscreen-control{
margin-top:155px!important;
}

#eadd{
  float: right;
}
#edelete{
  float: left;
}


/*Desktop Nav*/
#nav{
  position: fixed;
  right:70px;
  padding-top: 53px;


  /*
  position: fixed;
	 float:right;
	 padding:20px;
	 padding-top: 53px;
	 padding-right: 71px;*/
	}

  #nav div{
	 color: white;
	 margin-left:3vw;
	 display: inline-block;
	 cursor: pointer;
   position: relative;
   padding-bottom: 8px;
	}

  #nav div:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#nav div.change:before { background-color: #FFF; }
#footernav div.change:before { background-color: #FFF; }

#nav div:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*Nav End*/
/******************************************************************************/
/*MOBILE NAV!*/
#mobilenav{
  display: none;
}

#mMenu{
  display: none;
}

#mobilenav div:hover{
  cursor: pointer;
}

#logo:hover{
  cursor: pointer;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#fff;
  stroke-width:3.5;

}
.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.ham4.active .top {
  stroke-dashoffset: -68px;
}
.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

#mobileLogo{
  width: 150px;
  margin-top: 39px;
  margin-left: 30px;
  color: black;
  float: none!important;
}

.mobilenavi{
  font-size: 30px;
  display: inline-block;
  margin-top: -50px;
}

/*.mobilenavi div:after{
  display: block;
  content: '';
  border-bottom: 2px solid black;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.mobilenavi div:hover:after{transform: scaleX(1);}

*/
#mbtContact{
  margin-top: 50px;
}

#mbtContact,#mbtDatenschutz,#mbtImpressum{
  font-size: 20px;
}

/******************************************************************************/
/******************************************************************************/
/*Video & Headline*/
#vid{
	position:fixed;
  top:0;
  left:0;
  /*z-index: -1;*/
	min-height: 100%;
	min-width: 100%;
	min-height: 100vh;
	min-width:100%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text{
  color: white;
  font-size: 106px;
  font-family: sans-serif;
  /*position: absolute;*/
  font-family: "apercu-bold-pro";
  text-align: right;
  margin-right: 70px;
  margin-top: 145px;

  /*right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 6vw;
  line-height: 6vw;*/
}

#start{
    display: none;
}
/******************************************************************************/
/*Google Map*/

#map{
	width: 100%;
	height: 100%;
}
/******************************************************************************/
/****PAGES****/
#wo-wird-gebetet{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: -1;*/
	width:100%;
	height: 100vh;
}

#ueber-die-initiative{
	display: none;
  background-color: #E1FCFF;
  position: absolute;
  top: 0;
  left: 0;
 /* z-index: -1;*/
  width:100%;
  min-height: 100vh;
  padding-bottom: 100px;
  text-align: center;
}
#ueber-die-initiative-text{
  max-width: 872px;
  margin:0 auto;
  margin-top: 200px;
  font-family: "apercu-light-pro";
}

#gebetszeit-eintragen{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: -1;*/
	width:100%;
  min-height: 100vh;
	background-color: rgba(255,255,255,0.6);
}

#wie-mache-ich-mit{
	display: none;
	background-color: #E1FCFF;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: -1;*/
	width: 100%;
  min-height: 100vh;
	padding-bottom: 100px;
  text-align: center;
}

.textcontentone{
	  font-family: "apercu-light-pro";
    float: left;
    width: 34%;
    padding: 60px;
    padding-top: 310px;
    line-height: 29px;
    text-align: left;
}

.textcontentone img{
	width:80%;
}

.textcontenttwo{
	  float: right;
    font-family: "apercu-light-pro";
    width: 50%;
    padding-top: 200px;
    text-align: left;
    line-height: 29px;
    padding-right: 70px;
}



#kontaktimage{
	position: absolute; 
	top: 150px; 
	left: 90px; 
	width:15%
}



#wie-beten-txt{
	max-width: 872px;
	margin:0 auto;
	margin-top: 200px;
  font-family: "apercu-light-pro";
}

#kontakt{
	display: none;
	background-color: #E1FCFF;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: -1;*/
	width: 100%;
	padding-bottom: 100px;
  min-height: 100vh;
  text-align: center;
}
#kontakt-txt{
	max-width: 872px;
	margin:0 auto;
	margin-top: 200px;
  font-family: "apercu-light-pro";
}

#impressum{
	display: none;
	background-color: #E1FCFF;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: -1;*/
	width:100%;
  min-height: 100vh;
	padding-bottom: 100px;
  text-align: center;
}

#impressum-txt{
	max-width: 872px;
	margin:0 auto;
	margin-top: 200px;
  font-family: "apercu-light-pro";
}

#datenschutz{
	display: none;
	background-color: #E1FCFF;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: -1;*/
	width: 100%;
  min-height: 100vh;
	padding-bottom: 100px;
  text-align: center;
}

#datenschutz-txt{
	max-width: 872px;
	margin:0 auto;
	margin-top: 200px;
  font-family: "apercu-light-pro";
}

/******************************************************************************/
/**MESSAGE CSS**/
#message{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100000;
    background-color: rgba(225,252,255,0.9);
    display: none;
    opacity: 0;
        overflow: scroll;
}

 #vmessage{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100000;
    background-color: rgba(225,252,255,0.9);
    display: none;
    opacity: 0;
        overflow: hidden;
}

#vmbutton{
      cursor: pointer;
    transition: all 1s ease;
    user-select: none;
    font-size: 60px;
    position: fixed;
    top: 20px;
    right: 20px;

    display: inline-block;
    width: 30px;
    height: 30px;
    background:
        linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,#ccc 47%,#111 53%,rgba(0,0,0,0) 53%,rgba(0,0,0,0) 100%),
        linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,#ccc 47%,#111 53%,rgba(0,0,0,0) 53%,rgba(0,0,0,0) 100%);
}


#vmbutton:hover{
  background:
        linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,#000 47%,#000 53%,rgba(0,0,0,0) 53%,rgba(0,0,0,0) 100%),
        linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,#000 47%,#000 53%,rgba(0,0,0,0) 53%,rgba(0,0,0,0) 100%);
}

#vmbutton:active{
  background-color: #000;
  color: #7A7A7A;
}

#closebt{
      cursor: pointer;
    transition: all 1s ease;
    user-select: none;
    font-size: 60px;
    position: absolute;
    top: 20px;
    right: 35px;

    display: inline-block;
    width: 20px;
    height: 20px;
    background:
        linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,#ccc 47%,#111 52%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 100%),
        linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,#ccc 47%,#111 52%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 100%);
}


#closebt:hover{
  background:
        linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,#000 47%,#000 52%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 100%),
        linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,#000 47%,#000 52%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 100%);
}

#closebt:active{
  background-color: #000;
  color: #7A7A7A;
}

.dltext{
      float: left;
    max-width: 40vw;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}

#streamsbt{

        display: none;
    right: 172px;
    position: relative;
    /* top: 20px; */
    background-color: #fff;
    padding: 20px;
    cursor: pointer;
}

#slidebt{
      height: 40px;
}

#vbody{
    width: 90vw;
    position: relative;
    height: 80vh;
    margin: 0 auto;
    /* vertical-align: middle; */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#videoframe{
  width: 100%;
  height: 100%;
}


#mbutton{
	text-align: center;
	border: 1px solid #000;
  border-radius: 5px;
  width: 10vw;
  margin: 0 auto;
  height: 3vw;
  line-height: 3.3vw;
  cursor: pointer;
  transition: all 1s ease;
  user-select: none;
}

#mbutton:hover{
	background-color: #000;
	color: #fff;
}

#mbutton:active{
	background-color: #000;
	color: #7A7A7A;
}

#mbody{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mtext{
  text-align: center;
  padding-bottom: 50px;
	font-size: 1.9vw;
  max-width: 864px;
  line-height: 2.1vw;
}

/**editMessage***/
#editMessage{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100000;
    background-color: rgba(225,252,255,0.9);
    display: none;
    opacity: 0;
}

#editMbutton{
	text-align: center;
	border: 1px solid #000;
  border-radius: 5px;
  width: 10vw;
  margin: 0 auto;
  height: 3vw;
  line-height: 3.3vw;
  cursor: pointer;
  transition: all 1s ease;
  user-select: none;
  margin-bottom: 5px;
}
#deleteMbutton{
	text-align: center;
	border: 1px solid #000;
  border-radius: 5px;
  width: 10vw;
  margin: 0 auto;
  height: 3vw;
  line-height: 3.3vw;
  cursor: pointer;
  transition: all 1s ease;
  user-select: none;
}

#editMbutton:hover,#deleteMbutton:hover{
	background-color: #000;
	color: #fff;
}

#editMbutton:active,#deleteMbutton:active{
	background-color: #000;
	color: #7A7A7A;
}

#editMbody{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#editMtext{
  text-align: center;
  padding-bottom: 20px;
	font-size: 1.9vw;
  max-width: 864px;
  line-height: 2.1vw;
}
/******************************************************************************/
/****FORM****/
#gebetsForm{
  max-width: 872px;
  /* position: absolute; */
  text-align: center;
  max-width: 731px;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  margin: 0 auto;
  margin-top: 200px;
}

.gebetsForm-inputs input{
  margin-bottom: 20px;
}
#gebetsForm .gebet-checkbox{
  display: inline-flex;
  margin-bottom: 20px;
}

#gebetsForm .gebet-checkbox div{
 
  margin-right: 20px;
}

#gebetsForm .time-inputs{
  display: inline-flex;
}
#gebetsForm .time-inputs div{
  padding-left: 20px;
}

#gebetsForm .time-inputs .von{
  padding-left: 0px;
}
#email{
	width: 100%;
}

#name{
	width: 100%;
}

#postcode{
	width: 28%;
  float: left;
}
#city{
	width: 68%;
  float: right;
}
#street{
	width: 68%;
  float: left;
}
#number{
	width: 28%;
  float: right;
}

#datetimepicker{
	width: 61px;
}

#datetimepicker2{
	width: 61px;
}

#datenschutztext{
	    display: inline-flex;
    text-align: left;
    line-height: 30px;
    width: 100%;
}

#edit{
  display: none;
  opacity: 0;
}

#eemail{
  width: 100%;
}

#ename{
  width: 100%;
}

#epostcode{
  width: 28%;
  float: left;
}
#ecity{
  width: 68%;
  float: right;
}
#estreet{
  width: 68%;
  float: left;
}
#enumber{
  width: 28%;
  float: right;
}

#edatetimepicker{
  width: 61px;
}

#edatetimepicker2{
  width: 61px;
}

#edatenschutztext{
  display: inline-flex;
}

.xdsoft_datepicker{
  display: none!important;
}

/******************************************************************************/

/********FOOTER NAV*********/

#footernav{
	 float:right;
	 padding:20px;
	 position:fixed;
	 bottom:0px;
	 right: 50px;
	}

#footernav div{
	 color: white;
	 margin-left:30px;
	 display: inline;
	 cursor: pointer;
   position: relative;
	}


#footernav div:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#footernav div:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/******************************************************************************/

/*******BREAK POINTS!******/

/***for-tablet-portrait-up***/
@media only screen and (max-width: 969px) {

      #mobileimg{
  display: block;
  width: 100%
  padding:20px;
}

      #mobileimg img{
  width: 100%
}


#kontaktimage{
	
    position: relative;
    
    top: 77px;
    left: 0;
    width: 60px;
}

#wo-wird-gebetet .textcontentone{
    display: none;
   
}


#wo-wird-gebetet .textcontentwo{
    padding-top: 200px;
   
}


.textcontentone{
    display: none;
    width: auto;
    padding: 50px;
}

.textcontentone img{
	width:100%;
}

.textcontenttwo{

    width: auto;
    padding:30px;
    padding-top: 130px;
    float: none;
}

  #header{
    height: 100px;
    z-index: 10000;
  }

  #mMenu{
    display: block;
    position: absolute;
    right: 17px;
    top:14px;
    z-index: 10000;
  }
  body{
  font-size: 22px;
  line-height: 22px;
  overflow: auto;
  }

  h1{
    font-size: 30px;
    line-height: 30px;
  }
  input{
    font-size: 20px;
  }
  #gebetsForm .time-inputs div{
    font-size: 20px;
  }
  textarea{
    font-size: 20px;
  }
  #mobilenav{
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #E1FCFF;
  font-size: 30px;
  line-height: 50px;
  /*z-index: 100;
  padding: 30px;
  padding-top: 70px;*/
  text-align: center;
  overflow-y: scroll;

}
#mbody {
    padding: 20px;
    padding-top: 130px;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
}
#mbutton{
  width: 200px;
  height: 70px;
  line-height: 70px;
}
.button{
   width: 200px;
   height: 70px;
  line-height: 70px;
}

#mtext{
 font-size: 36px;
 line-height: 36px;
}
   #logo {
   width: 200px;
   margin-left: 30px;
   }
   .cls-2{
      fill-opacity:0!important;
    }


  .text{
  color: white;
  font-size: 90px;
  font-family: sans-serif;
  /*position: absolute;*/
  font-family: "apercu-bold-pro";
  text-align: center;
  margin: 0 auto;
  margin-top: 175px;
  line-height: 55px;
   }
#nav{
  display: none;
}
#footernav{
  display: none;
}
#gebetsForm{
  margin: auto;
  margin-top: 100px!important;
  padding: 20px;
  text-align: center;
}

#gebetsForm h1{
  text-align: center;
}

#wie-beten-txt,#ueber-die-initiative-text{
  margin: auto;
  margin-top: 100px!important;
  padding: 20px;
}
#datenschutz-txt{
  margin: auto;
  margin-top: 100px!important;
  padding: 20px;
}
#impressum-txt{
  margin: auto;
  margin-top: 100px!important;
  padding: 20px;
}
#email{
	width: 100%;
}

#name{
	width: 100%;
}

#postcode{
	width: 100%;
  float: none;
}
#city{
	width: 100%;
  float: none;
}
#street{
	width: 100%;
  float: none;
}
#number{
	width: 100%;
  float: none;
}

#datetimepicker{
	width: 61px;
}

#datetimepicker2{
	width: 61px;
}

#datenschutztext{
	display: inline-flex;
}

#edit{
  display: none;
  opacity: 0;
}

#eemail{
  width: 100%;
}

#ename{
  width: 100%;
}

#epostcode{
  width: 100%;
  float: none;
}
#ecity{
  width: 100%;
  float: none;
}
#estreet{
  width: 100%;
  float: none;
}
#enumber{
  width: 100%;
  float: none;
}

#edatetimepicker{
  width: 61px;
}

#edatetimepicker2{
  width: 61px;
}

#edatenschutztext{
  display: inline-flex;
}

.xdsoft_datepicker{
  display: none!important;
}

#gebetsForm .time-inputs{
  display: block;
}

#gebetsForm  #ti2{
      padding-left: 8px;
}


h6{
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 20px;
    font-family: 'apercu-light-pro';
    font-weight: normal;
        margin-top: -20px;
}


}

/***for-phone-only*/
  @media only screen and (max-width: 605px) {

    h1{
    font-size: 26px;
    line-height: 26px;
    }



    body,input,textarea,#gebetsForm .time-inputs div{
      font-size: 20;
    }
    #mtext{
      font-size: 26px;
      line-height: 26px;
    }

    .text{
      line-height: 35px;
      margin-top: 175px;
    }
    .text p{
      font-size: 55px;
    }
    #mobilenav{
      font-size: 22px;
    }
    #gebetsForm{
      margin: auto;
      margin-top: 100px!important;
      padding: 20px;
      text-align: left;
    }

    #gebetsForm h1{
      text-align: center;
    }

    #gebetsForm .gebet-checkbox{
      display: block;
      margin-bottom: 20px;
    }

}

/***for-desktop-up***/
  @media screen and (max-width: 1200px) {
    body, input, textarea,#gebetsForm .time-inputs div{
      font-size: 18px;
    }

    

    .textcontentone{
       width: 30%;
    }
   

    .text{
      line-height: 100%;
      margin-top: 200px;
      font-size: 70px;

    }

    #logo {
    width: 150px;
    margin-left: 30px;
    }

  }

/***BREAK POINTS END***/





.cd-switch {
  padding: 50px 0;
  text-align: center;
  border-radius: 5px;
}

.switchFilter {
  width: 0;
  display: inline-block;
  background-color: #333;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  border-radius: 5px;
}

label {
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #3D4349;
  width: 85px;
  padding: 15px 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 8px;
  border-radius: 5px;
}

.switch {
  position: absolute;
  display: inline-block;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  margin: 2em 0;
  border-radius: 5px;
}
.switch input[type="radio"] {
  visibility: hidden;
  position: absolute;
  height: 100%;
}
.switch input[type="radio"]#yes:checked ~ label[for="yes"] {
  color: white;
  border: 1px solid #333;
  border-radius: 5px;
}
.switch input[type="radio"]#yes:checked ~ .switchFilter {
  left: 0;
  opacity: 1;
  width: 87px;
}
.switch input[type="radio"]#no:checked ~ label[for="no"] {
  color: white;
  border: 1px solid #333;
  border-radius: 5px;
}
.switch input[type="radio"]#no:checked ~ .switchFilter {
  left: 100px;
  width: 87px;
  opacity: 1;
}






#livestreams{
    width: 530px;
    /* min-height: 100vh; */
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    bottom: 0;
    right: 0px;
    /* overflow: scroll; */
    transform: all 1s ease;
    top: 150px;
}

#streamsheadline{
      padding: 20px;
    font-size: 24px;
        padding-bottom: 50px;
}

#streams{
      padding: 0px 35px 10px 20px;
      cursor: pointer;
      font-family: "apercu-light-pro";
    overflow: scroll;
    height: 70%;
    position: relative;
    bottom: 172px;
    top: 0px;
        padding-bottom: 290px;
}

#streams .container{
  margin-bottom: 20px;
}

#streams p{
  font-size: 22px;
  transition: all 0.3s ease;
}

#streams p:hover{
  text-decoration: underline;
}



.long-arrow-right{
  display: block;
  margin: 0px auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin-top: 16px;
}

.long-arrow-right{
 transform: rotate(135deg);
}

.long-arrow-right::after{
  content: "";
    display: block;
    width: 1px;
    height: 27px;
    background-color: black;
    transform: rotate(-45deg) translate(9px, 4px);
    left: 0;
    top: 0;
}

@media only screen and (max-width: 969px) {
  #livestreams{
  width: 100vw;
  }


  .dltext{
      float: left;
    max-width: 57vw;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}
}



