/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2015 Leo Feyer
 *
 * @license LGPL-3.0+
 */

table.sortable thead th {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif");
}

/* customize.css */
.ds_tab table{border-top: #8d8d8d 1px solid;border-bottom: #8d8d8d 1px solid;border-left: #8d8d8d 1px solid}.ds_tab table td{border-bottom: #8d8d8d 1px solid;border-right: #8d8d8d 1px solid;padding: 5px}.kont_form span.mandatory{margin-right: 0;    float: right;    margin-left: 5px}.ce_teambox_ohne_bild.one_third{width: 31.333% !important}.ce_teambox_ohne_bild.ohneborder{border: none}.cap{color: white;    position: absolute;    bottom: 15px;    right: 5px}.ce_iconbox_v2.style2 .image_container{height: 80px !important}.ce_iconbox_v2.style2 .image_container img{max-height: 70px !important}.ce_iconbox_v2.style2 .ce_iconbox_outside{padding: 30px 30px 30px 30px}.ce_iconbox_v2.style2{background-color: rgb(247,247,247) !important;margin-left: 10px !important;margin-right: 10px !important;padding: 0}.ce_iconbox_v2.style2:hover{background-color: #cccccc !important}.ce_iconbox_v2.style2 .headline::after,.ce_iconbox_v2.style2 .link::after{display: none !important}h2.tp-resizeme{font-size: 24px !important;margin-bottom: 15px !important}#linkToContent{display:none}form .checkbox_container span,form .widget-radio span{float:left;margin-right:50px}.ce_teambox_ohne_bild{border:1px solid #00907e;margin: 10px !important;padding: 10px !important}.ce_iconbox_v3 .ce_iconbox_v3_content{padding-right: 20px !important}.ce_linkbox.version5.vorteile_start .content .headline,.ce_linkbox.version5.vorteile_start .content .headline h3{margin-bottom: 5px !important}.ce_text.slider_textbox{background-color: #2c805c !important;    color: #ffffff !important;    margin-bottom: 25px !important;    padding: 10px !important;    min-width: 300px !important;    text-align: center !important}.ce_linkbox.version5.vorteile_start .content{top: 85%;    position: absolute;    margin-bottom: 0;    background-color: #8d8d8d;    text-align: center !important;    z-index: 99}p.tp-resizeme{font-size: 17px !important}#slider{border-bottom: #8d8d8d 42px solid}#main .mod_article{padding-top: 40px !important}#merk .image_container > img{width:200% !important;max-width:200% !important}.header .mainmenu ul li a.trail span,.header .mainmenu ul li a.active span{background: none !important}.merk_bild .img-eventreader .image_container{line-height: 0;    padding: 0;    position: relative;    width: 95% !important}.merk_bild .image_container .caption{background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;    border-radius: 3px;    bottom: 10px;    color: #fff;    font-size: 0.8667rem;    left: 10px;    line-height: 1.3;    padding: 8px 12px;    position: absolute;    width: 190% !important}.merk_bild .image_container img{display: block;    height: auto;    max-width: auto !important;    width: 200% !important}.roessler{float: left;    margin-right: 10px}.ce_gallery .image_container{margin: 5px !important;    width: auto !important}.img-eventreader .image_container{line-height: 0;    padding: 0;    position: relative;    width: 45%}.font-size-xs,.font-size-xs p{font-size: 13px !important;    line-height: 1.5}.ce_linkbox.version5 .content p{color: rgb(255, 255, 255);    display: inline-block;    font-size: 13px;    font-weight:bold;    transition: transform 0.4s ease-out 0s, opacity 0.4s ease-out 0s}.mitglieder-boxen{hyphens:auto}.ce_text.slider_textbox h2{color: #ffffff !important}.ce_text.slider_textbox{background-color: #00907e !important;    color: #ffffff !important;margin-bottom: 25px !important;padding: 10px !important;min-width: 300px !important}.mod_login{margin: 10px auto 100px !important}.home form fieldset{border: 1px solid white;    padding: 10px;    color: white}.pt-0{padding-top: 0 !important}.pb-0{padding-bottom: 0 !important}.mt-0{margin-top: 0 !important}.mb-0{margin-bottom: 0 !important}.header{background: rgb(255, 255, 255) none repeat scroll 0 0 !important}.header.original .logo{width: 130px !important;    padding: 5px !important}.logo a{background-image: url("../../files/AGV/logo/10108-16-A0728_AVG_Logo_vektor.svg") !important}.ce_download:not(.ce_download_small){background: #8d8d8d none repeat scroll 0 0 !important}.newsteaser .image_container img{filter: grayscale(1)}.ce_accordion .toggler:hover{color: #00907e !important}.ce_accordion .toggler.active::before,.ce_accordion .toggler.ui-state-active::before,.ce_accordion .toggler::before{color: #cccccc !important}.ce_accordion .toggler.ui-state-active{background-color:#8d8d8d;color:#ffffff}.newslist-timeline-both h4::before{border: none !important;top: 5px !important;content: url("../../files/AGV/content/icons/logo_grafik.jpg") !important;margin-left: -15px !important}.teambox_content p.name{margin-bottom: 10px !important;margin-top: 0 !important}.teambox_content p{margin-bottom: 0px !important;margin-top: 0 !important}.ce_teambox .teambox_content .function{margin-top: 10px !important;margin-bottom: 0 !important}.teambox_content,.teambox_content p,.teambox_content h5,.teambox_content .function{color: #00907e !important}.mainmenu ul ul{margin-top:-55px}.search_footer.mod_search input:not(.submit){width:70%}.search_footer input.submit[type="submit"]{width:30%;min-width:80px}.ce_divider_extended.invert,.ce_divider_extended.invert span{background-color: rgba(255, 255, 255, 0.2) !important;opacity: 0.2}#footer .totop::before{background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important}.newsteaser .info{display:none}.newsteaser .date{background: #b9d134 none repeat scroll 0 0 !important}input::-moz-placeholder,textarea::-moz-placeholder{font-size: 1rem;    font-family: Open Sans}.submit_container.btn_form{margin-right:auto;margin-left:auto;text-align:center}input.submit.btn_form[type="submit"]{background-color: white;    color: #8d8d8d;    width: auto;    margin: auto !important;    font-size: 1rem;    font-weight: normal}.ce_linkbox.version5.vorteile_start .content p{margin-bottom:2px}.ce_linkbox.version5.vorteile_start .content .headline,.ce_linkbox.version5.vorteile_start .content .headline h3{margin-bottom:0}.ce_linkbox.version5.vorteile_start .content{top:82%;position:absolute;margin-bottom:0;background-color:#8d8d8d;text-align: left;z-index: 99}.vorteile_start{padding:1%;hyphens: auto}.ce_divider_extended.version2,body.themedesigner_active{background-color:rgba(141,141,141,.01);background: rgba(141, 141, 141, 1) none repeat scroll 0 0 ! important}@media screen and (max-width:778px){.ds_tab table td {    display:block;    width: 100%;    border: none !important;    font-size: initial;}.ds_tab table tr {   }.ds_tab table {  border: 1px solid #8d8d8d;}.ds_tab td:last-child {    border-bottom: 1px solid #8d8d8d !important;}}
