/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
    font-family: "Open Sans",Arial,sans-serif;
}

body {
    padding-top:90px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.width100{
	width:100%;
}

.width80{
	width:80%;
}

.width50{
	width:50%;
}

.width25{
	width:25%;
}

.width10{
	width:10%;
}

.warning{
	border-radius:4px;
    background-color: #f2dede;
    border-bottom-color: #eed3d7;
    border-left-color: #eed3d7;
    border-right-color: #eed3d7;
    border-top-color: #eed3d7;
    color: #b94a48;
}

.alert-success {
    background-color: #dff0d8;
    border-bottom-color: #d6e9c6;
    border-left-color: #d6e9c6;
    border-right-color: #d6e9c6;
    border-top-color: #d6e9c6;
    color: #468847;
    font-weight:bold;
    text-align:center;
}
.alert {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.background{
	background-image: url('../../img/global/background.jpeg'); 
	background-size:cover;
}

.backgroundbeach{
	background-image: url('../../img/consure24/background.jpg'); 
	background-size:cover;
}

.container_position{
	margin-top:-20px; 
	padding-top:20px;
}

h1{
	color:#333333;
	font-size: 36px;
    font-weight: bold;
	text-align:center;
	line-height:52px;
}

.third_h1 {
	text-align:left;
	font-weight:600;
	padding: 20px 0 20px 0;
}

.third_button{
	padding:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	background:#005f96;
	text-align:center;
	margin-bottom:40px;
}

.third_button a{
	color:#FFFFFF;
	text-decoration:none;
}

.h2_icon{
	padding-top:20px;
	text-align:center;
	color:#35bfd4;
}

h2{
	color:#005f96;
	font-size:24px;
}

h4{
	color:#333333;
	font-size:18px;
	text-align:center;
}

.p_icon{
	text-align:center;
	font-size:16px;
}

p {
	color:#000000;
	font-size:14px;
}

.circle{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    overflow:hidden; 
}

.compass{
	float:right;
	width:222px;
}

.first_section{
	background-image: url('../../img/consure24/background.jpg'); 
	background-size:cover;
	padding: 60px 0 60px 0;
	height:100%;
}

.first_section_content{
	width: 100%;
	margin-top: 20%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.first_section h2{
	font-size: 20px;
	text-align:center;
	color:#666666;
}

.second_section{
	background-color:#FFFFFF;
	padding: 80px 0 60px 0;
}

.second_section_partner{
	background:url("../../img/consure24/partner-werden.jpg") center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 120px 0 60px 0;
}

.second_section h1, .second_section_partner h1{
	text-align:left;
	text-shadow: 2px 2px 4px #FFFFFF;
}

.second_section h2, .second_section_partner h2{
	font-size: 30px;
    color: #333333;
    font-weight: 500;
    line-height: 1em;
    text-shadow: 2px 2px 4px #FFFFFF;
}

.second_section p, .second_section_partner p{
	color:#666666;
}

.second_section ul li, .second_section_partner ul li{
	list-style:disc;
}

.third_section{
	padding: 60px 0 60px 0;
	background:#393e43;
}

.third_section h1, h2{
	text-align:left;
	color:#FFFFFF;
}


.fourth_section{
	background:#171717;
	padding:20px 0 20px 0;
}

.fourth_section h3{
	text-align:center;
	font-weight:600;
	font-size:30px;
	padding:20px 0 20px 0;
}

.fourth_section p{
	text-align:center;
	font-size:17px;
	color:#202a32;
}

.footer_link{
    color: #666666;
    font-weight: 700;
	text-decoration:none !important;
}

.modal-title{
	color:#202A32;
	text-align:left;
	
}

.button_blue{
	font-size:22px;
	color:#FFFFFF;
	background:#216fcb;
	border-radius:15px;
	margin:3%;
	padding:14px;
}

@media(max-width:439px) {
	.button_blue{
		font-size:12px;
	}
}

.button_blue:hover{
	background:#3985de;
	color:#FFFFFF;
	text-decoration:none;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.gesellschaft{
	display:none;
	margin-left:25px;
	list-style:none;
	list-style:none !important;
}
