
/* Misc */

h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	}


/* Vermietung */
.w-grid-item-elm.usg_post_title_1.color_link_inherit.post_title.entry-title {
    font-family: "Open Sans", sans-serif !important;
    position: relative;
    height: 50px; 
    
}


.w-grid-item-elm.usg_post_title_1.color_link_inherit.post_title.entry-title small {
	position: absolute; 
	bottom: 0px;
	font-size: 12px !important;
}
/* Start */


.header h1 small {
margin-top: 5px;
}

.header small {
	float: right;
}

.header-container .header  {
	padding: 15px;
	text-transform: uppercase;
	font-size: 18px;
}

.header-container .header h1 {
	text-transform: none;
}

#start {
	padding: 0 0 30% 0;
	position: relative;
	
}

.run {
	margin-top: -20px;
}

.kon-btn  {
	}


.kon-btn {
	height: 100px;
}

#start .vc_col-sm-8.wpb_column.vc_column_container.header-container   {
	position: absolute; 
	left: 0; 
	bottom: 10px;
}

.kon-container img {
	height: 100px;
	float: left;
	margin-right: 15px;
	}

.menu-btn {
	float: right;
	margin-bottom: 10px !important;
	
}


.ss-sidebar, .l-sidebar {
	background: #e5e5e5 !important;
	padding: 20px 10px;
}

/* call to action */

#call-to-action h5{
	line-height: 1.5;
	}

#call-to-action a {
	color: #fff;
}

/* Leistungen */


#leistungen .verkauf::after {
	content: "\f055";
    font-family: FontAwesome;
	color: #e5e5e5;
	text-align: center;
	padding: 5px;
	transition: all 1s;
	position: absolute;
	right: 25px;
	font-size: 40px;
	top: 20px;
}

#leistungen .verkauf:hover::after{
	color: #002078;
	
}

#leistungen .verkauf{
	padding: 15px; 
	transition: all 0.5s;
}

#leistungen .verkauf:hover{

}

#leistungen .container {
	text-align: center; 	
}

#leistungen .container i {
	font-size: 50px;
}

#leistungen .container.reverse {
	color: #fff !important;
}


#leistungen .clock-container {
	background: #002078;
	padding: 15px;
}

/* Team */

.ult-team-member-position.ult-responsive {
    font-size: 10px;
}
/* Klassen */

.klassen-daten .wpb_wrapper {
    padding: 5px;
}

/* Form mit Icons */
/*<p><span class="fa fa-user"></span> [text* your-name placeholder "Name"] </p>*/
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea{
  text-indent: 30px;
}
.wpcf7 p{ position: relative; }
.wpcf7 p .fa{
  position: absolute;
  color: #cdcac3;
  z-index: 100;
  font-size: 18px;
  right: 20px;
  top: 20px;
}
.wpcf7 p .fa-pencil{ top: 4%; }

/* Misc */
.t-right {
    text-align: right !important;
}
.white, .white a, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
    color: #fff !important;
}


/* Titel erscheint und schwebt dazu */
.title {
	color: #fff; 
	transition: all 1s;
	width: 100%;
	text-align: center;
}

.anwalt-container:hover  .title {
	background: #ebebeb;
	color: #043763;
	margin-top: -20px;
}


/* Button */

.wp-btn a::after {
    content: "\f055";
    font-family: FontAwesome;
    color: #fff;
    margin-left: 5px;
    transition: all 1s;
    }
    
.wp-btn a:hover::after {
	color: #002078;
	margin-left: 20px;
	}

.wp-btn a {
	background: #002078;
	border: 1px solid #002078;
	padding: 7px 20px;
	color: #fff; 
	margin-top: 15px;
}


.wp-btn a:hover {
	background: #fff;
	border: 1px solid #002078;
	color: #000 !important;
}

.wp-btn i, .wp-btn-reverse i  { 
		margin: 0px 5px;	
}



.wp-btn-reverse a {

	border: 1px solid #fff; 
	padding: 7px 20px;
	color: #fff !important; 
	margin-top: 15px;

}


.wp-btn-reverse a::after {
    content: "\f055";
    font-family: FontAwesome;
    color: #fff;
    margin-left: 5px;
    transition: all 1s;
    }
    
.wp-btn-reverse a:hover::after {
	color: #002078;
	margin-left: 20px;
	}


.wp-btn-reverse a:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #000 !important;
}



/* Link BG */

.link-bg {
    text-align: right;
}
.link-bg.klein a {
	padding: 5px 0px 5px 10px;
	font-size: 12px;
}


.link-bg a {
    color: #fff;
    background: #002078;
    padding: 10px 10px 10px 15px; 
    transition: 1s;
}

.link-bg a::after {
    content: "\f1b9";
    font-family: FontAwesome;
    color: #002078;
    transition: all 1s;
}


.link-bg.senden::after {
	color: #f38c2d !important;
	content: "\f1b9";
    font-family: FontAwesome;
    margin-left: 5px; 
    transition: all 1s;

}

.link-bg.senden:hover::after {
	color: #fff !important;
	margin-left: 20px; 
}

.link-bg a:hover {
    padding-right:  30px;
    color: #fff !important;
}

.link-bg a:hover::after {
    color: #fff;
    margin-left: 15px;
}


/* Image Gray */
.img-gray {
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
     -webkit-transition:  1s; /* Safari */
    transition:  1s;
}

.img-gray:hover {
	 -webkit-filter: none;
    filter: none;

}


/* Text Border */
.t-border {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}



/* Column Count */
@media (min-width: 900px) {
.columns-2 {
-webkit-column-count: 2; 
-moz-column-count: 2;     
column-count: 2;
column-gap: 40px;
}

.columns-3 {
-webkit-column-count: 3; 
-moz-column-count: 3;     
column-count: 3;
}
}



/* LIST */

.hak-list ul, .pdf-list ul, .image-list ul, .link-list ul {
    list-style: none;
}


.hak-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}


.pdf-list li:before {
    content: "\f15c";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px;
}

.image-list li:before {
    content: "\f1c5";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px;
}

.link-list li:before {
    content: "\f360";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px;
}




/* Customs */
.wlink a, .wlink a:hover {color: #fff !important;}
.justify {text-align: justify;}

.copyright img {
    vertical-align: middle;
}

.one-row {
   display: inline-flex;
}

.line-item {
    display: inline-block;
}

.ta-c {
	text-align: center;
}

.ta-r {
    text-align: right;
}


.ta-l {
   text-align: left;
}


input, textarea {
	border-radius: 0px !important;
	opacity: 0.6;
}

.mr-0 {margin-right:0px !important;}
.mr-1 {margin-right:1px !important;}
.mr-2 {margin-right:2px !important;}
.mr-3 {margin-right:3px !important;}
.mr-4 {margin-right:4px !important;}
.mr-5 {margin-right:5px !important;}
.mr-10 {margin-right:10px !important;}
.mr-15 {margin-right:15px !important;}
.mr-20 {margin-right:20px !important;}
.mr-30 {margin-right:30px !important;}

.ml-0 {margin-left:0px !important;}
.ml-1 {margin-left:1px !important;}
.ml-2 {margin-left:2px !important;}
.ml-3 {margin-left:3px !important;}
.ml-4 {margin-left:4px !important;}
.ml-5 {margin-left:5px !important;}
.ml-10 {margin-left:10px !important;}
.ml-15 {margin-left:15px !important;}
.ml-20 {margin-left:20px !important;}
.ml-30 {margin-left:30px !important;}

.mb-0 {margin-bottom:0px !important;}
.mb-1 {margin-bottom:1px !important;}
.mb-2 {margin-bottom:2px !important;}
.mb-3 {margin-bottom:3px !important;}
.mb-4 {margin-bottom:4px !important;}
.mb-5 {margin-bottom:5px !important;}
.mb-10 {margin-bottom:10px !important;}
.mb-15 {margin-bottom:15px !important;}
.mb-20 {margin-bottom:20px !important;}
.mb-30 {margin-bottom:30px !important;}
.mb-50 {margin-bottom:50px !important;}
.mb-100 {margin-bottom:100px !important;}

.mt-0 {margin-top:0px !important;}
.mt-1 {margin-top:1px !important;}
.mt-2 {margin-top:2px !important;}
.mt-3 {margin-top:3px !important;}
.mt-4 {margin-top:4px !important;}
.mt-5 {margin-top:5px !important;}
.mt-10 {margin-top:10px !important;}
.mt-15 {margin-top:15px !important;}
.mt-20 {margin-top:20px !important;}
.mt-30 {margin-top:30px !important;}
.mt-50 {margin-top:50px !important;}
.mt-100 {margin-top:100px !important;}

.pr-5 {padding-right:5px !important;}
.pr-10 {padding-right:10px !important;}
.pr-15 {padding-right:15px !important;}
.pr-20 {padding-right:20px !important;}
.pr-30 {padding-right:30px !important;}

.pl-5 {padding-left:5px !important;}
.pl-10 {padding-left:10px !important;}
.pl-15 {padding-left:15px !important;}
.pl-20 {padding-left:20px !important;}
.pl-30 {padding-left:30px !important;}

.pb-5 {padding-bottom:5px !important;}
.pb-10 {padding-bottom:10px !important;}
.pb-15 {padding-bottom:15px !important;}
.pb-20 {padding-bottom:20px !important;}
.pb-30 {padding-bottom:30px !important;}
.pb-50 {padding-bottom:50px !important;}

.pt-5 {padding-top:5px !important;}
.pt-10 {padding-top:10px !important;}
.pt-15 {padding-top:15px !important;}
.pt-20 {padding-top:20px !important;}
.pt-30 {padding-top:30px !important;}
.pt-50 {padding-top:50px !important;}

/* Mobile */

@media (min-width:900px) {
	.header h1 {
	    font-size: 30px;
	}

}