﻿/*----------------- Allgemeine Form/HTML/Body Formatierung ------------*/

/*Backend*/
.Backend_Header { 
    float: left;
    padding: 2px 20px 10px 0px;
}

.simpleFloatAndPad { 
    float: left;
    padding-right: 5px;  
}

.hs_HeaderContent {
    background-color: #A79FAB;
} 

.hs_NewsPanel {
    background: #F0F0F0;
    margin-top: 20px;
    border: 1px solid #D0D0D0;
}

.imagePortal {
    background: url('../images/design_22/dak_logo.jpg') no-repeat center center fixed; 
}

/*Frontend*/

section {
    height:350px;
    padding-top:30px;
    padding-bottom:30px;
    overflow:auto;
}
section.layout, section.paragraph {
    height:auto;
    padding:0;
    padding:0;
    overflow:auto;
    background-position:0 0;
}

.bg-1 {
    color:#fff;
    background-size:cover;
}

#contentContainerRowContent {

       padding-top:10px;
}


/*new*/
.content-block-one {
  padding: 30px;
  margin-bottom: 0px;
  color: inherit;
  background-color: #eee;
}
.content-block-one h1,
.content-block-one .h1 {
  color: inherit;
}
.content-block-one p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.content-block-one > hr {
  border-top-color: #d5d5d5;
}
.container .content-block-one {
  border-radius: 6px;
}
.content-block-one .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .content-block-one {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .content-block-one {
    padding-right: 60px;
    padding-left: 60px;
  }
  .content-block-one h1,
  .content-block-one .h1 {
    font-size: 63px;
  }
}
.content-space-one {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url('../images/design_21/Banner07.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-space-two {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url('../images/design_22/airfreight.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-break {
    width: 50%;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
}


input[type='radio'] { transform: scale(2); }

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

.igdt_NodeHolder input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1); /* IE */
  -moz-transform: scale(1); /* FF */
  -webkit-transform: scale(1); /* Safari and Chrome */
  -o-transform: scale(1); /* Opera */
  padding: 4px;
    
}


.checkboxtext
{
  /* Checkbox text */
  font-size: 140%;
  margin-left: 15px;
  display: inline;
}

.btnOrange {
  background: #f7a605;
  background-image: -webkit-linear-gradient(top, #f7a605, #fa4f00);
  background-image: -moz-linear-gradient(top, #f7a605, #fa4f00);
  background-image: -ms-linear-gradient(top, #f7a605, #fa4f00);
  background-image: -o-linear-gradient(top, #f7a605, #fa4f00);
  background-image: linear-gradient(to bottom, #f7a605, #fa4f00);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: Arial;
  color: #f7f6f4;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #212224 1px;
  text-decoration: none;
}


.btnOrangeNoRound {
  background: #f7a605;
  background-image: -webkit-linear-gradient(top, #f7a605, #fa4f00);
  background-image: -moz-linear-gradient(top, #f7a605, #fa4f00);
  background-image: -ms-linear-gradient(top, #f7a605, #fa4f00);
  background-image: -o-linear-gradient(top, #f7a605, #fa4f00);
  background-image: linear-gradient(to bottom, #f7a605, #fa4f00);
  font-family: Arial;
  color: #f7f6f4;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #212224 1px;
  text-decoration: none;
}

.btnOrangeLeft {
  background: #f7a605;
  background-image: -webkit-linear-gradient(top, #f7a605, #fa4f00);
  background-image: -moz-linear-gradient(top, #f7a605, #fa4f00);
  background-image: -ms-linear-gradient(top, #f7a605, #fa4f00);
  background-image: -o-linear-gradient(top, #f7a605, #fa4f00);
  background-image: linear-gradient(to bottom, #f7a605, #fa4f00);
border-radius: 10px 0px 0px 10px; 
-moz-border-radius: 10px 0px 0px 10px; 
-webkit-border-radius: 10px 0px 0px 10px; 
  font-family: Arial;
  color: #f7f6f4;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #212224 1px;
  text-decoration: none;
}

.btnOrangeLeft_disabled {
  background: #f0c478;
  background-image: -webkit-linear-gradient(top, #f0c478, #f5deb8);
  background-image: -moz-linear-gradient(top, #f0c478, #f5deb8);
  background-image: -ms-linear-gradient(top, #f0c478, #f5deb8);
  background-image: -o-linear-gradient(top, #f0c478, #f5deb8);
  background-image: linear-gradient(to bottom, #f0c478, #f5deb8);
border-radius: 10px 0px 0px 10px; 
-moz-border-radius: 10px 0px 0px 10px; 
-webkit-border-radius: 10px 0px 0px 10px; 
  font-family: Arial;
  color: #f7f6f4;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #212224 1px;
  text-decoration: none;
}

.errorMessageTimeLeftTable {
    position:absolute;
    left:31.7%;
}
.errorMessageTimeRightTable {
    position:absolute;
    right:12.3%;
}

.requiredValidator {
    position:absolute;
}

.adjust-form-clockpicker {
    padding-right:0!important;
    padding-left:8px;
}

.errorMessageRight {
    right: 5%;
}

.no-pr {
    padding-right:0!important;
}

.btnOrangeRight {
  background: #f7a605;
  background-image: -webkit-linear-gradient(top, #f7a605, #fa4f00);
  background-image: -moz-linear-gradient(top, #f7a605, #fa4f00);
  background-image: -ms-linear-gradient(top, #f7a605, #fa4f00);
  background-image: -o-linear-gradient(top, #f7a605, #fa4f00);
  background-image: linear-gradient(to bottom, #f7a605, #fa4f00);
  border-radius: 0px 5px 5px 0px; 
-moz-border-radius: 0px 5px 5px 0px; 
-webkit-border-radius: 0px 5px 5px 0px; 
  font-family: Arial;
  color: #f7f6f4;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #212224 1px;
  text-decoration: none;
}

.btnOrange_Disabled {
  background: #f0c478;
  background-image: -webkit-linear-gradient(top, #f0c478, #f5deb8);
  background-image: -moz-linear-gradient(top, #f0c478, #f5deb8);
  background-image: -ms-linear-gradient(top, #f0c478, #f5deb8);
  background-image: -o-linear-gradient(top, #f0c478, #f5deb8);
  background-image: linear-gradient(to bottom, #f0c478, #f5deb8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: Arial;
  color: #f7f6f4;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #212224 1px;
  text-decoration: none;
}

.btnOrange_Disabled_NoRound {
  background: #f0c478;
  background-image: -webkit-linear-gradient(top, #f0c478, #f5deb8);
  background-image: -moz-linear-gradient(top, #f0c478, #f5deb8);
  background-image: -ms-linear-gradient(top, #f0c478, #f5deb8);
  background-image: -o-linear-gradient(top, #f0c478, #f5deb8);
  background-image: linear-gradient(to bottom, #f0c478, #f5deb8);
  font-family: Arial;
  color: #f7f6f4;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #212224 1px;
  text-decoration: none;
}

.btnOrange_right_Disabled_NoRound {
  background: #f0c478;
  background-image: -webkit-linear-gradient(top, #f0c478, #f5deb8);
  background-image: -moz-linear-gradient(top, #f0c478, #f5deb8);
  background-image: -ms-linear-gradient(top, #f0c478, #f5deb8);
  background-image: -o-linear-gradient(top, #f0c478, #f5deb8);
  background-image: linear-gradient(to bottom, #f0c478, #f5deb8);
  border-radius: 0px 5px 5px 0px; 
-moz-border-radius: 0px 5px 5px 0px; 
-webkit-border-radius: 0px 5px 5px 0px; 
  font-family: Arial;
  color: #f7f6f4;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #212224 1px;
  text-decoration: none;
}

    .btn-disable {
        cursor: not-allowed;
        pointer-events: none;
        }

/*Tablelayout*/

#divBesteller {
    float: left;
    width: 50%;
    min-width: 340px;
}

#divBeginn {
    float: left;
    width: 50%;
    min-width: 340px;
}

#divEnde {
    width: 49%;
    float: right;
    min-width: 340px;
}

#divAnsprechpartner {
    width: 49%;
    float: right;
    min-width: 340px;
}

#divKategories {
    float: left;
    width: 20%;
    min-width: 230px;

}

#divArtikelView {
    float: left;
    width: 70%;
    min-width: 250px;
}

#divArtikelViewFull {
    float: left;
    width: 100%;
    min-width: 250px;
}

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	/*box-shadow: 10px 10px 5px #888888;*/
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}.CSSTableGenerator tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#ffe5b2;

	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #ff7f00 5%, #fcb674 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #fcb674) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #fcb674 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#fcb674");	background: -o-linear-gradient(top,#ff7f00,fcb674);

	background-color:#ff7f00;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:20px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #fcb674 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #fcb674) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #fcb674 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#fcb674");	background: -o-linear-gradient(top,#ff7f00,fcb674);

	background-color:#ff7f00;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


/* Mulitlevelmenue */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    /*display: block;
     eigentlich schöen Carot Effekt content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;*/
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#header1_willkommenstext_Panel,
#header1_UpdatePanel1 {
text-align:left!important;
padding-left:20px;
}


#header1_willkommenstext_Panel span, 
#header1_willkommenstext_Panel strong, 
#header1_willkommenstext_Panel h1, 
#header1_willkommenstext_Panel h2, 
#header1_willkommenstext_Panel h3,
#header1_willkommenstext_Panel h4,
#header1_willkommenstext_Panel h5,
#header1_willkommenstext_Panel font
{
/*color: #fff!important;*/
font-weight: bolder;
text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}

td.module {
    background-color:#fff;
    border:1px solid #ccc;
}


/*Backend fixes*/
.cke_text {
min-height:23px;
} 

#ContentPlaceHolder1_RadioButtonList1 input[type=checkbox], #ContentPlaceHolder1_RadioButtonList1 table.text input[type=radio],
table.text input[type=checkbox], table.text input[type=radio], #ContentPlaceHolder1_bilder_wechsel_checkbox, #ContentPlaceHolder1_linksbuendig_text_CheckBox {
        transform: scale(1);
}



#ticker_divMarquee.Divmarquee .pointer, #ticker_divMarquee.Divmarquee .pointer a {
    color:#ffffff;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.9);
    font-weight:bold;
}

#ticker_divMarquee.Divmarquee .pointer a:hover {
    color:#ffffff;
}

#headerSection {
overflow:hidden;
}


/*#responsiveSlider > div > div.item.active > img.img-responsive*/

div.balken-modul-responsiv {
    border:1px solid #ccc!important;
    padding-top:8px;
    padding-bottom:8px;
    margin-bottom:10px;
    background:#fff;
}

/*Suche Handwerker / Schornsteinfeger*/
.yui-pg-page {
    padding-left:4px;
}

.profilbox.vcard {
    margin-left:-15px;
    margin-top:20px;
    background: #efefef;
    border-radius: 12px;
    border: 1px solid #ccc;
}

.profilleft, .profilright {
    padding:12px;

}

.profilbottom {
    padding-bottom:60px;
}

.profiladresse .img-responsive {
    padding-right:5px;
    padding-top:5px;
}

/* breite navibar small */

@media (max-width: 767px) {
    .profilright {
    float:none;
    }

    #navbar-header {
    width:100%!important;
    }
}

.hoverZoom:hover {
    cursor:zoom-in;    
}

#headerSection.customHeaderDisplay {
    background-repeat:no-repeat;
    background-size:initial;
    background-position:bottom center;
}
    #headerSection.customHeaderDisplay.bg-1, #headerSection.customHeaderDisplay.bg-1 {
    background-size:contain;
    }
        