/*-----------------------------------------------------------------------------------
    
    OWN UBELE
    
-----------------------------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

#icare {
	position:absolute;
	margin-left: 53%;
	margin-top: 4%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 45px;
	text-align: center;
	background-color:#fff;
	background-image: url("../../img/icare.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
;	width: 200px;
	height: 200px;
	z-index: 95;
	border-radius:100%;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg)
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,.7);
	-moz-box-shadow: 0px 1px 7px rgba(0,0,0,.7);
	-o-box-shadow: 0px 1px 7px rgba(0,0,0,.7);
	box-shadow: 0px 1px 7px rgba(0,0,0,.7);

}

.pat {
width: auto;
max-width: 450px;
	height: auto;
}
.evetpic{
width: 570px;
height: 330px;
}

#icare p {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	margin-bottom: 0px;
}

#icare sub {
	display: block;
	font-size: 20px;
	line-height: 21px;
	font-weight: 700;
	margin-bottom: -5px;
}

#icare a {

	color: #FFFFFF; 
	text-decoration: none;
	
}
#icare a:hover {
	color:#F8B865;
	
}

@media only screen and (max-width: 1024px) {

#icare {
	margin-top: 5%;
}
	
	
}

@media only screen and (max-width: 414px) {

#scrollUp {
display: none;
}
	
#icare {
	margin-left: 35%;
	margin-top: 0%;
	padding-top: 38px;
	width: 170px;
	height: 170px;
}

	
	#icare p {
	font-size: 12px;
	line-height: 16px;
}

#icare sub {
	display: block;
	font-size: 20px;
	line-height: 21px;
	font-weight: 700;
	margin-bottom: -5px;
}
	
	
}
	
	
.causes-img-text{
   position: relative;
}

.realisiert {
    z-index: 100;
    position: absolute;
    width: 140px;
    height: 140px;
    padding-top: 47px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-top: 20px;
    background-color: transparent;
    background-image: url('https://www.ubele.ch/img/stern.svg');
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg)
	-o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    top: -1px;	
	}

.realisiert p{

	color: #fff;
	font-weight: 700;
	text-align: center;
	
	}

.realisiert2 {
    z-index: 100;
    position: absolute;
    width: 100px;
    height: 100px;
    padding-top: 32px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    margin-top: 20px;
    background-color: transparent;
    background-image: url('https://www.ubele.ch/img/stern.svg');
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg)
	-o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    top: -1px;	
	}

.realisiert2 p{

	font-size: 12px; 
	line-height: 17px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	
	}

/*-------- 2. Home page one -----*/

a:selected {
    color: #f8b864;
}

.selected {
    color: #f8b864;
}

.active a {
    color: #f8b864;
}

.header-bottom.transparent-bar.stick {
	background-color: #4197a4;
}
.radio input,.checkbox input{
	margin-top: -15px;

}

label p{

	margin-left: 7px;
	
}


/* Responsive Youtube-Videos
------------------------------------------------- */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 20px;
	height: 0;
	margin-top: -30px;
	margin-bottom: 60px;
	display: block;
}


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

#video {
	position: absolute
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 300px;
}

@-moz-document url-prefix() {
	
	input[type=checkbox], input[type="radio"] {
		position: absolute;
		float: left;
		transform: scale(0.6);
		left: -44%!important;
    }

}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm)
{
 input[type=checkbox] {
	 width: 16px;
	 -moz-width: 16px;
	 height: 12px;
	 position: absolute;
	 -moz-transform: scale(0.6);
		-ms-transform: scale(0.9);
		left: 17px!important;
    }
	}

@supports (-ms-ime-align:auto){
 input[type=checkbox] {
	 width: 16px;
	 -moz-width: 16px;
	 height: 12px;
	 position: absolute;
	 -moz-transform: scale(0.6);
		-ms-transform: scale(0.9);
		left: 17px!important;
    }
	}
	
@supports (-ms-ime-align:auto)
and (-webkit-text-stroke:initial) {
 input[type=checkbox] {
	width: 16px;
	 height: 12px;
	 position: absolute;
	 -moz-transform: scale(0.6);
		-ms-transform: scale(0.9);
		left: 17px!important;
    }
	}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 input[type=checkbox] {
	width: 16px;
	 height: 16px;
	 position: absolute;
	 -moz-transform: scale(0.7);
		-ms-transform: scale(0.9);
		left: 17px!important;
    }
	}





@media screen and (min-width: 801px) and (max-width: 1024px) {

	@-moz-document url-prefix() {
	
	input[type=checkbox], input[type="radio"] {
		position: absolute;
		float: left;
		transform: scale(1.0);
		left: 5%!important;
    }

}

	input {
margin-bottom: 10px;	
}
	
.radio input,.checkbox input{
	width: 20px;
	height: auto;
	margin-left: -2em;
}
 	
	
	}


@media screen and (min-width: 320px) and (max-width: 800px) {

	
@-moz-document url-prefix() {
	
	input[type=checkbox], input[type="radio"] {
		position: absolute;
		float: left;
		transform: scale(1.0);
		left: 5%!important;
    }

}
	
input {
margin-bottom: 10px;	
}

.radio input,.checkbox input{
	width: 20px;
	height: auto;
}
	
.video-part-1.pb-100 {
	margin-top: 30px;
	margin-bottom: 20px;
  padding-bottom: 30px;
} 
	
#plus
{
	margin-top: 30px; 
}
	
.video-img img {
  margin-top: -20px;
}  	
	
	}
