@charset "utf-8";
html {
	scroll-behavior: smooth;	
}
body {
	font: 125%/1.6 'Rajdhani', sans-serif;
	background-color: #1d1d1b;
	margin: 0;
	padding: 0;
	color: #1d1d1b;
}
*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
}

/* ~~ Element-/Tag-Selektoren ~~ */
.contentbox p, .contentbox ul, .contentbox ol, .contentbox dl, .contentbox h1, .contentbox h2, .contentbox h3, .contentbox h4, .contentbox h5, .contentbox h6 {
	margin: 0 auto 25px;
	width: 90%;
	max-width: 1200px;		
}
ul.ccm-ui {
	margin: 0;
	width: auto;
	max-width: none;		
}
h1 {
	font-weight: 700;
	font-size: 180%;
	text-align: center;
	text-transform: uppercase;
    line-height: 1.2;
	color: #0063af;	
}
h2 {
	font-weight: 700;
	font-size: 160%;
	text-align: center;
	text-transform: uppercase;
    line-height: 1.2;
	color: #0063af;	
}
img { 
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.contentbox img { 
	margin-bottom: 25px;
	max-width: 100%;		
}
.contentbox ul li { 
	margin-left: 18px;	
}
.breit img { 

}
a img { 
	border: none;
}
a {
	color: #53af31;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ Layout ~~ */
.container{
	width: 100%;
	clear: both;
}
.box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
.box.breit {
	max-width: none;
}
.header {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #FFF;
	padding-top: 15px;
	z-index: 999;	
}
.cont {
	z-index: 1;		
	background-color: #FFF;
}
.contentbox, .footer {
	clear: both;
}

/* ~~ Header ~~ */
.logo {
	max-width: 475px;
	height: auto;
	margin: 0 auto;
}
.logozwei {
	display: none;
}
/* Navigation */
.navigation {
	position: relative;
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 0;	
}
.navigation nav ul {
	background-color: #0063af;	
	list-style: none;	
	line-height: 1.8;
}
.navigation nav li {
	display: block;
}
.navigation nav a {
	display: block;	
	text-decoration: none;
	padding: 0 20px;
	color: #FFF;
	border-bottom: #FFF 1px solid;
}
.navigation nav a:hover, .navigation nav a:active {
		color: #ffec01;
}
/* ~~ Content ~~ */
.headerimage {
	padding-bottom: 40px;
}
.headerimage ul {
	width: 100%;
	max-width: none;
}
/* ~~ Slider ~~ */
.ccm-image-slider-container  {
	position: relative;
	height: 60vw !important;
	max-height: 700px;
	overflow: hidden;
	z-index: 1;
	color: #FFF;
}
.ccm-image-slider-container li  {
	margin: 0;
}
.ccm-image-slider {
	height: 60vw !important;
	max-height: 700px;	
	overflow: hidden;	
}
.ccm-image-slider-container ul.rslides li {
	height: 60vw !important;
	max-height: 700px;
}
.ccm-image-slider-container ul.rslides li img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  width:100%;
	height:100%
}
.ccm-image-slider-text {
	position: absolute;
    width: 100% !important;
	height: 58vw !important;	
	top: 0 !important;
	display: table;
	padding: 0 40px;
}
.ccm-image-slider-text .textbox {
	display: table-cell;
	vertical-align: bottom;	
	text-align: center;
	text-shadow: 0px 0px 2px #000000;	
}
.ccm-image-slider-text h2 {
	font-family: 'Rajdhani', sans-serif;
	line-height: 1.0;
    color: #ffec01;
	font-weight: 700;
	font-size: 140%;
}
.ccm-image-slider-text p {
	font-weight: 700;
}
.rslides_tabs {
    display: none;
}
.rslides_nav {
    display: none;
}

/* Team */
.teamcontainer {
	width: 90%;
	max-width: 1240px;	
	margin: 0 auto;
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  	justify-content: center;
	padding: 10px 0 20px;
}
.teambox {
    width: 100%;
	max-width: 450px;			
	position: relative;
    display: inline-table; 
	overflow: hidden;
	padding: 20px;
}
.teambox .teambild {
	text-align: center;	
}
.teambox .teambild img {
	width: 100%;
	max-width: 450px;	
}
.teambox .teamtext {
	text-align: center;
}
.teambox .teamtitel {
	font-weight: 700;
	color: #0063af;	
	font-size: 120%;
	text-transform: uppercase;
	margin-top: 10px;
}
.ccm-edit-mode .teambox .teambild img {
	width: 200px;
}

/* ~~ Formidable ~~ */
.formidable {
	max-width: 700px;
	padding: 0;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.formidable .row {
    position: relative;
	display: block;
	clear: both;
}
.formidable .row, .formidable .row .form-group {
  overflow: visible !important;
}
.formidable .row .form-group {
	margin-bottom: 20px;
}
.formidable .row .form-group label {
}
.formidable .custom-checkbox {
	display: table;
	width: 100%;
	padding-top: 25px;
}
.formidable .custom-checkbox input {
	display: table-cell;
}
.formidable .custom-checkbox label{
	display: table-cell;
	padding-left: 15px;
}
.formidable .form-group label.form-check-label {
	margin-left: 5px;	
}
.formidable .form-control {
	width: 100%;
	max-width: 700px;
	padding: 5px 10px !important;
	margin: 0;
	font: 100%/1.4 'Rajdhani', sans-serif;
	border: none !important;
	border-radius: 0px;
	background-color: #EFEFEF;
}
.formidable textarea.form-control {
	height: 120px;
	display: block;
	margin-bottom: 25px;
}
.formidable .lebenslauf {
	margin-top: 25px;
}
.formidable .form-control:focus {
	outline: none;
	background-color: #bcdefd;
}
.formidable .required {
    font-size: 100% !important;
	color: #C00 !important;
}
.formidable p {
    padding-top: 5px;
	max-width: none;
}
.formidable .captcha-display,
.formidable .ccm-input-captcha {
	width: 250px;
}
.formidable .captcha-display img {
	width: 250px;
	margin: 25px 0 10px;
}
.formidable .help-block {
	margin-top: -15px;
	font-size: 90%;
}
.formidable .btn {
	background: transparent;
	display: block;
	border: #0063af 2px solid;
  	color: #0063af;
  	font-weight: 700;
  	text-transform: uppercase;
  	padding: 10px;
  	margin: 25px 0;
  	font-size: 100%;
  	cursor: pointer;
}
.formidable .btn:hover {
	border: #000 2px solid;
    color: #000;
}
.formidable .invalid-feedback {
    color: #fcd0d0 !important;
}
.formidable .is-invalid {
    background-color: #fcd0d0;
	border: none;
}
.formidable_message.hide {
	display: none;
}
div.alert-success {
	text-align: center;
	margin: 10px;
}
div.alert-success p {
    margin: 10px 0;
}
::-webkit-input-placeholder {
  font-style: normal !important;
}
::-moz-placeholder {
  font-style: normal !important;
}
::placeholder {
  font-style: normal !important;	
}

/* Dienstleistungen */
.dlcontainer {
	margin: 0 ; 
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  	justify-content: flex-start;
	background-color: #0063af;	
	padding: 10px 0 20px;
	margin-bottom: 30px;
}
.dlbox {
    width: 100%;	
	position: relative;
    display: inline-table; 
	overflow: hidden;
	padding: 10px;
}
.dlbox .dlbild {
	text-align: center;	
}
.dlbox .dlbild img {
	max-width: 200px;	
}
.dlbox .dltext {
	text-align: center;
	font-weight: 700;
	color: #FFF; 
}
.ccm-edit-mode .dlbox .dlbild img {
	width: 200px;
}


/* ~~ Footer ~~ */
.footer {
	color: #FFF;
	padding: 25px 0;
	text-align: center;	
}
.footer a {
	color:#FFF;
}
.footer a:hover, .footer a:active, .footer a:focus { 
	text-decoration: underline;
	color: #ffec01
}
.footer em {
	font-style: normal;
	display: inline-block;
	margin-right: 10px;
}
.hw-back-to-top {
	text-align: left;
}
/* ~~ Verschiedene float/clear-Klassen ~~ */
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.flt { 
	margin-bottom: 25px;
}
/* ~~ Dienstleistungen ~~ */

@media (min-width: 600px) {
.dlbox {
    width: 50%;	
}
/* ~~ Verschiedene float/clear-Klassen ~~ */
.flt { 
	float: left;
}
.flt:first-of-type {
	margin-right: 80px;
}
.fltr { 
	clear: both;
}
}
@media (min-width: 800px) {
h1 {
	font-size: 280%;
}	
.anchor {
  position: relative;
}
.anchor a {
  position: absolute;
  left: 0px;
  top: -150px;
}
/* ~~ Layout ~~ */
.header {
	position: fixed;
}
.ccm-edit-mode .header {
	position: relative;
}
.cont {
	padding-top: 125px;
}
/* ~~ Header ~~ */
.logo {
	float: left;	
	max-width: 475px;
	height: auto;
}
.logozwei {
	display: block;
	float: right;
	margin-right: -10px;
	max-width: 200px;
	height: auto;
}
/* Navigation */
.navigation {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 0;	
	margin-top: 15px;	
}
.navigation nav ul {
	list-style: none;	
	line-height: 2.0;
}
.navigation nav li {
	display: inline-block;
}
.navigation nav a {
	display: block;	
	text-decoration: none;
	padding: 0 20px;
	color: #FFF;
	border-bottom: none;
}
.navigation nav a:hover, .navigation nav a:active {
		color: #ffec01;
}
/* ~~ slider ~~ */
.ccm-image-slider-text {
	height: 54vw !important;
	max-height: 630px;	
}
.ccm-image-slider-text h2 {
	font-size: 200%;
}
.ccm-image-slider-text p {
	font-size: 120%;
}
.rslides_tabs {
	display: block;
    position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 2;
	padding: 0 !important;
}
.rslides_tabs li {
    margin-right: 0 !important;
}
.rslides_tabs li a {
    background: #FFF !important;
	box-shadow: 0px 0px 2px #000000;
	margin-left: 10px;
}
.rslides_tabs li.rslides_here a {
    background: #ffec01 !important;
}
/* Team */
.teambox {
    width: 33.333%;	
}
/* ~~ Footer ~~ */
.footer {
	text-align: left;	
}
.footer em {
	margin-right: 0;
	width: 70px;
}
}
@media (min-width: 1300px) {
/* ~~ Dienstleistungen ~~ */
.dlbox {
    width: 33.333%;	
}
.fltr { 
	clear: none;
	float: right;
}
}
@media (min-width: 1500px) {
/* ~~ Dienstleistungen ~~ */
.dlbox {
    width: 25%;	
}
}