﻿/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');*/

/*----------------- Allgemeine Form/HTML/Body Formatierung ------------*/
/*body {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6
 {
    font-family: 'Roboto Condensed', sans-serif!important;
}*/

/*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*/



.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;
   margin-right: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;
}


/*Tablelayout*/

#divBesteller {
    float: left;
    width: 50%;
    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 {
padding-left:20px;
}

#header1_UpdatePanel1 {
    width:100%;
    top: 10%;  
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
}

#ticker_divMarquee {
      overflow-x:hidden;
}


#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-align:left;
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;


    padding-top:30px;
    padding-bottom:30px;
    overflow:auto;

}


/*#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 {
    background-repeat:no-repeat;
    background-size:initial;
    background-position:bottom center;
    padding-top:0;
    padding-bottom:0;
    margin:auto;

}
    /*#headerSection.customHeaderDisplay.bg-1, #headerSection.customHeaderDisplay.bg-1 {
    background-size:contain;

    }*/

#headerImgElement {
    display:block;
    margin:auto;
}

#header1_textWrap {
    position:absolute;
    top:5px;
    left:0;
    right:0;
    width:1170px;
    margin-left:auto;
    margin-right: auto;
    overflow:hidden;
}

header1_willkommenstext_Panel {
        position:absolute;
        bottom:0;
}
#header1_UpdatePanel1 {

        position: absolute;
        bottom: 20px;
}

@media (max-width: 767px) {

    /*#header1_UpdatePanel1 {
        margin:0;
    }*/


    #header1_UpdatePanel1 h3 {
        margin-top:0;
    }

    #header1_UpdatePanel1 span {
        font-size:2vw;
    }
    #header1_UpdatePanel1 h1,
    #header1_UpdatePanel1 h1 span{
        font-size:3.5vw!important;
    }
    #header1_UpdatePanel1 h2,
    #header1_UpdatePanel1 h2 span {
        font-size:3vw!important;
    }
    #header1_UpdatePanel1 h3,
    #header1_UpdatePanel1 h3 span {
        font-size:2.5vw!important;
    }
    #header1_UpdatePanel1 h4, 
    #header1_UpdatePanel1 h4 span
    {
        font-size:2vw!important;

    }

}

@media (max-width: 1170px) {
    #header1_textWrap {
    width:100%;
    }
}

@media (min-width: 767px) {
    #suchContainer {
        padding-left: 0;
    }
}


#ticker_Panel {
    position:absolute;
    top:0;
}

@media (min-width: 992px) {
    #headerSection {
        /*width: 970px;*/
    }
}


#contentContainerFix {
    padding-bottom:15px;
}

.fuss_link {
	padding-left: 5px;
	padding-right: 5px;
}

           #tableAbwesenheitsNotiz {
                table-layout: fixed;
                background-color:transparent;
            }
            #tableAbwesenheitsNotiz tr td {
                background-color:transparent;
            }
            #abw_notiz_text_nachricht {
                    border: 1px solid #ccc;
                    width: 100%;
                    margin: 5px 0;
                    padding: 3px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }
          .ueberschrift_geschuetzt {
                    display:block;
                    margin:5px;
                    margin-left:0;
                    font-weight:bold;
                    font-size:18px;
                }

                input[type='image'].backBtnBackend {
                display:block;
                float:left;
                margin-bottom:10px;
                clear:both;
                     }
input.hasDatepicker {
    padding:3px;
}

.borderless td, .borderless th {
    border-color:transparent!important;
}

 .login_oben_geschuetzt {
    display: block;
    margin-top: 17px;
    margin-left: 0;
    font-weight: bold;
    font-size: 18px;
}
