*{
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}
body{
	background-color: #333;
}

footer>div{
	background-color: #000;
	color: #fff;
	text-align: center;
}
footer>div>a{
		color: #fff;
}
p>a{
	color: #3acfd5;
}
a:focus, a:hover{
	text-decoration: none;
}
.modal-title{
	color: #333;
}
.modal-body{
	color: #3acfd5;
}








.fixedelement{
	width: 400px;
	height: 90px;
	background-color: #3acfd5;
	top: 100px;
	left: -100px;
	transform: rotate(-45deg);
	text-align: center;
	box-shadow: 5px 5px 10px grey;
	
}
@media screen and (max-width: 768px) {
    .fixedelement{
        transform: rotate(0deg);
		display: none;
    }

}
.border, .footerborder{
	border: 2px solid transparent;
	  -moz-border-image: -moz-linear-gradient(right, #3acfd5 0%, transparent 40%, transparent 60%, #3acfd5 100%);
	  -webkit-border-image: -webkit-linear-gradient(right, #3acfd5 0%, transparent 40%,transparent 60%, #3acfd5 100%);
	  border-image: linear-gradient(right, #3acfd5 0%, transparent 40%, transparent 60%, #3acfd5 100%);
	  border-image-slice: 1;  
	  text-align: center;
	  margin: auto;
}
.footerborder{
	  padding: 1%;

}
.border{
	  padding: 3%;
	  text-align: left;
}
.both{
	background: linear-gradient(to right,  #ddd 0%,#ddd 50%,#333 50%,#333 100%);
}
.white, .grey, .both, footer>div{
	padding: 5%;
}
.white, .grey{
	height: 500px;

}
.kurzprofilhohe{
	height: 600px;
}
.white{
	background-color: #ddd;
	border-top: 1px solid transparent;
	  -moz-border-image: -moz-linear-gradient(right, #3acfd5 0%, transparent 100%);
	  -webkit-border-image: -webkit-linear-gradient(right, #3acfd5 0%, transparent 100%);
	  border-image: linear-gradient(right, #3acfd5 0%, transparent 100%);
	  border-image-slice: 1;
	  overflow: auto;
}
.grey{
	background-color: #333;
	color: #fff;
	border-top: 1px solid transparent;
	  -moz-border-image: -moz-linear-gradient(left, #3acfd5 0%, transparent 100%);
	  -webkit-border-image: -webkit-linear-gradient(left, #3acfd5 0%, transparent 100%);
	  border-image: linear-gradient(left, #3acfd5 0%, transparent 100%);
	  border-image-slice: 1;
	  overflow: auto;

}
.Uberschrift{
	font-size: 2em;
	color: #3acfd5;
}
.kleineselement{
	height: 20px;
	padding: 0px;
	
}
.textcenter{
	text-align: center;
	display: block;
	
}
.navbar{
	margin:0px;
		box-shadow: 5px 5px 10px grey;

}
.navbar-default .navbar-toggle {
  border-color: transparent; /* Removes border color */
  float: right; /* Move navbar toggle to left */
  
  
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #675; /* Changes regular toggle color */
}
.navbar-default .navbar-toggle .icon-bar:hover {
  background-color: #876755; /* Changes toggle color on hover */
}
.left, .right{
	//background-color: rgba(58, 207, 213, 0.3);
}
.centerimage{
    display: block;
    margin: auto;

}
.centericon{
    background-color: #3acfd5;
    width: 20px;

}
.col-md-1, .col-md-10, .col-md-2, .col-md-3, .col-md-5, .col-md-6, .col-md-7, .col-md-9, .col-md-12, .col-lg-3, .col-lg-9{
    padding: 0px;
}
.big{
    width: 50px;
}
.progress{
	margin-top: 7px;
	margin-bottom: 10px;
}
.btn-primary{
	background-color: #3acfd5;
	border-color: #000;
	color: #000;
}
.form-control{
	padding: 0px 12px;
	
}
.parsley-errors-list{
     color: red;
    list-style-type: none;

 }
.parsley-error{
    border: 1px solid red;
}
.parsley-custom-error-message{
    color: red;
}
.bildermargintop{
	margin-top: 30px;
	
}
#parsley-id-5, #parsley-id-6, #parsley-id-7, #parsley-id-8, #parsley-id-9, #parsley-id-11, #parsley-id-13, #parsley-id-15, #parsley-id-17, #parsley-id-19{
    padding: 0px;
    padding-top: 5px;
	text-align: left;
	font-size: 0.6em;
}

::-webkit-scrollbar {
            width: 20px;

}

        ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(63, 191, 191, 0.9);
            border-radius: 10px;

        }

        ::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 20px rgba(63, 191, 191, 0.9);
        }
        .imagehovercontainer {
            position: relative;

        }

        .imagehoverimage {
            opacity: 1;
            display: block;
            width: 100%;
            height: auto;
            transition: .5s ease;
            backface-visibility: hidden;
			width:100%; overflow: auto;
        }

        .imagehovermiddle {
            transition: .5s ease;
            opacity: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            max-height: 90%;
			overflow: auto;
        }

        .imagehovercontainer:hover .imagehoverimage {
            opacity: 0.3;
        }

        .imagehovercontainer:hover .imagehovermiddle {
            opacity: 1;
        }

        .imagehovertext {
            background-color: rgba(51, 51, 51, 0.9);
            color: white;
            font-size: 16px;
            padding: 16px 32px;
        }
		.imagehovertext>h1{
			color: #3acfd5;
			text-align: center;
		}
		.grey>div>div>.imagehovertext{
			background-color: rgba(221, 221, 221, 0.9);
			color: #333;
			
		}
#videobereich1 {
    background-color: orange;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}	
.videoExtern {
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
		
		
@media(max-width: 768px) { /* wenn das Fenster 1000 oder kleiner ist: Ueberschrift schrumpfen */
.col-md-12, .col-md-3, .textsizesmaller {
font-size: 0.8em;
}
#bewerbungsbild, #slogan{
	width: 100%;
	height: auto;
}
.grey, .white, .kurzprofilhohe{
	height: auto;
}
.kleineselement{
	height: 50px;
}
}










