@import url("https://use.typekit.net/yjg4vcy.css");
/* Variables */
/* Font */

@font-face {
    font-family: 'documenta-sans-regular';
    src: url('../fonts/documenta-sans-regular.eot');
    src: url('../fonts/documenta-sans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/documenta-sans-regular.woff') format('woff'),
         url('../fonts/documenta-sans-regular.ttf') format('truetype'),
         url('../fonts/documenta-sans-regular.svg#documenta-sans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'documenta-sans-regular-table';
    src: url('../fonts/documenta-sans-regular-table.eot');
    src: url('../fonts/documenta-sans-regular-table.eot?#iefix') format('embedded-opentype'),
         url('../fonts/documenta-sans-regular-table.woff') format('woff'),
         url('../fonts/documenta-sans-regular-table.ttf') format('truetype'),
         url('../fonts/documenta-sans-regular-table.svg#documenta-sans-regular-table') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'documenta-italic';
    src: url('../fonts/documenta-italic.eot');
    src: url('../fonts/documenta-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/documenta-italic.woff') format('woff'),
         url('../fonts/documenta-italic.ttf') format('truetype'),
         url('../fonts/documenta-italic.svg#documenta-italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'documenta-serif-italic';
    src: url('../fonts/documenta-serif-italic.eot');
    src: url('../fonts/documenta-serif-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/documenta-serif-italic.woff') format('woff'),
         url('../fonts/documenta-serif-italic.ttf') format('truetype'),
         url('../fonts/documenta-serif-italic.svg#documenta-serif-italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'documenta';
    src: url('../fonts/documenta.eot');
    src: url('../fonts/documenta.eot?#iefix') format('embedded-opentype'),
         url('../fonts/documenta.woff') format('woff'),
         url('../fonts/documenta.ttf') format('truetype'),
         url('../fonts/documenta.svg#documenta') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'social';
    src: url('../fonts/social.woff') format('woff'),
		url('../fonts/social.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.stoererfly {
	right: 20px!important;
}

.stoererfly:hover {
	transform: scale(1)!important;
	transform-origin: center!important;
}

.activebody .stoererfly {
	right: calc(0px + 325px)!important;
}



@media (max-width: 767px){
.stoererfly, .activebody .stoererfly {
  right: 15px!important;
}
.activebody .stoererfly {
	right: calc(15px + 325px)!important;
}  
}

@media (max-width: 479px){
.stoererfly, .activebody .stoererfly {
  right: 15px!important;
}
.activebody .stoererfly {
	right: calc(15px + 325px)!important;
}  
}

/* FAQ */

::-webkit-details-marker {   display:none; }

.col-md-6.faq {
	padding-left: 0;
	padding-right: 2rem;
}

.faq h3 {
	margin-top: 6rem;
}

summary {
	font-size: 1.2rem;
	margin-bottom: .5rem;
	padding-right: 1.5rem;
	display: block;
}

details {
	float: left;
	width: 100%;
	border-top: 2px solid;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	transition: ease-in-out 0.3s;
	position: relative;
	border-bottom: 2px solid;
	margin-top: -2px;
}

details p {
	font-size: 1rem;
}

details[open] {
  padding-bottom: 1rem;
  transition: ease-in-out 0.3s;
}

summary::-webkit-details-marker, summary::marker, details[open] summary::-webkit-details-marker, details[open] summary::marker {
	content: '';
}

summary::-webkit-details-marker,
summary::-moz-details-marker,
summary::-ms-details-marker,
summary::-o-details-marker,
summary::details-marker {
    display:none!important;
}

details > summary {
  list-style: none;
}
details > summary::marker {
  display: none;
}

summary::after {
	content: '';
	background-image: url(../images/pfeilunten.svg);
	width: 20px;
	height: 20px;
	background-size: cover;
	transition: ease-in-out 0.3s;
	top: 1rem;
	position: absolute;
	right: 0;
}

details[open] summary::after {
	content: '';
	background-image: url(../images/pfeilunten.svg);
	width: 20px;
	height: 20px;
	float: right;
	background-size: cover;
	transform: rotate(180deg);
	transition: ease-in-out 0.3s;
}

@media (max-width:1280px) {
.col-md-6.faq {
	width: 100%;
	max-width: 100%;
}
}

@media (max-width:768px) {
summary {
	font-size: 1.1rem;
}
.col-md-6.faq {
	padding-left: 0;
	padding-right: 0;
}  
}

/* Symbole */

@font-face {
    font-family: 'amatiksymbols';
    src: url('../fonts/amatiksymbols.eot');
    src: url('../fonts/amatiksymbols.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amatiksymbols.woff') format('woff'),
         url('../fonts/amatiksymbols.ttf') format('truetype'),
         url('../fonts/amatiksymbols.svg#amatiksymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Unterrichtfont */

@font-face {
  font-family: "Urby-Regular";
  src: url('../fonts/Urby-Regular.eot');
  src: url('../fonts/Urby-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Urby-Regular.woff2') format('woff2'),
    url('../fonts/Urby-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* Basic Styles */

body {
	background-color: #fff;
	color: #12577D;
	font-family: documenta-sans-regular;
	font-size: 16px;
	transition: width ease-in-out 0.5s;
	width: 100%;
}

.skip {
	display: none;
}

.tooltip {
	display: none;
}

:focus {
	outline: 1px dotted #12577D!important;
}

h4 {
	font-family: documenta-sans-regular-table;
}
  
h1, .big h2 {
	font-size: 3.125em;
	line-height: 1.1;
	max-width: 16em;
	margin-bottom: 0.5em;
}
  
h2, .result-title a {
	font-size: 2.1875em;
	margin-bottom: 15px;
	line-height: 1.2;
	text-align: left;
	float: left;
	width: 100%;
}

.col-md-8 h2 {
	max-width: 18em;
}

.item-page h2:not(:first-child) {
	padding-top: 1em;
}

.introtext h2:not(:first-child), .col-md-4 h2:not(:first-child), .col-md-6 h2:not(:first-child), .zweierblock h2:not(:first-child)  {
	padding-top: 0;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 1em;
	width: 100%;
	float: left;
	margin-top: 1em;
	max-width: 28em;
}
  
h4, #shop .billto-shipto span, .result-category .small {
	font-size: 0.8em;
	float: left;
	width: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

.carousel3 .introtext.nodot h2 {
	margin-top: 0.5em;
}

.newsflash-horiz.mod-list h4 {
	font-size: 0.65em;
}

.newsflash-horiz.mod-list h2 {
	font-size: 1.2em;
}

.newsflash-horiz.mod-list .col-md-3 .introtext p {
	font-size: 0.8em;
}

p {
	font-size: 1.22em;
	padding-bottom: 1em;
	margin-bottom: 0;
	max-width: 32em;
}

.col-md-10.big p, p.big {
	font-size: 1.6em;
	padding-bottom: 2em;
}

b, strong {
  font-family: documenta-sans-regular;
  font-weight: normal;
  color: #D81A1C;
}
  
img {
	max-width: 100%;
}

em {
	font-family: documenta-italic;
    font-weight: normal;
    font-style: normal;
}
  
a {
	color: #12577D;
}

main a, footer a {
	color: #12577D;
	text-decoration: underline;
}

main strong a {
	color: #D81A1C;
	text-decoration: underline;
}
  
a:hover {
	  color: #12577D;
	  text-decoration: underline;
}
  
main ul, main ol {
	padding-left: 40px;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	width: 100%;
	max-width: 32em;
	font-size: 1.22em;
}
  
main ul {
	  list-style: none; 
}	  

main ul li {
	list-style: none;
	float: left;
	width: 100%;
	max-width: 32em;
}

main ul li::before {
	content: '–';
	margin-left: -20px;
	padding-right: 10px;
}

main li {
	margin-bottom: 0px;
}

main ul li ul, main ul li ol {
	margin-top: 20px;
	padding-left: 40px;
	margin-bottom: 20px;
}

main ul li ol {
	padding-left: 20px;
}

.hidden {
	display: none;
}

.nopad {
	padding:0!important;
}

.shown {
	display: block;
}

.clearblock, .clearblock.white {
	float: left;
	height: 6em;
	clear: both;
	width: 100%;
}

.clearblock.white {
	height: 6em!important;
	background-color: #fff!important;
}

.clearblock.middle {
	height: 4em!important;
}


.clearblock.big {
	height: 8em!important;
}

.clearblock.small {
	height: 0;
}

.clearblock.grey {
	background-color: #f2f2f2;
}

.nopadding {
	padding: 0!important;
}

.desktopblock {
	display: block;
}

.mobileblock {
	display: none;
}

.nodot p::after {
	content: '' !important;
}

/* Carousel 6er */

.carousel6er {
	float: left;
}

.carousel6er .col-md-6, .carousel6er .col-md-12 {
	padding: 0;
}

.modalimg {
	width: 100%;
	padding: 1em;
	float: left;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.modalimg:hover {
	transform: scale(1.05);
	transition: 0.2s ease-in-out;
}

.insidelight {
	text-align: center;
	width: 100%;
	float: left;
}

.insidelight .btn {
	margin: 0 auto;
	text-align: center;
	float: none;
	margin-top: 3em;
	margin-bottom: 3em;
}

.modal-dialog {
	margin: 3.75rem auto;
}

.modal-header {
	border-bottom: 0px solid #e9ecef;
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px solid rgba(0,0,0,.2);
	border-radius: 0;
	outline: 0;
}

.modal-header button:hover {
	background: transparent;
}

.modal-header #slvj-close-icon {
	margin-top: 5px;
	margin-left: 10px;
}

/* System Message */

.alert {
	padding: 0;
	margin-bottom: 0;
	border: 0px solid transparent;
	border-radius: 0;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 118;
	display: block;
	background-color: rgba(255,255,255,0.8);
	display: table;
}

.alert .close {
	position: absolute;
	left: 50%;
	top: 40%;
	font-size: 3em;
	font-family: amatiksymbols;
	font-weight: normal;
	opacity: 1;
	color: #12577D !important;
	width: 300px;
	margin-top: -45px;
	margin-left: 125px;
	text-shadow: none !important;
}

.alert-message {
	background: #12577D;
	width: 300px;
	left: 50%;
	position: absolute;
	margin-left: -150px;
	top: 40%;
	height: auto;
	display: table-cell !important;
	vertical-align: middle;
	text-align: center;
	padding: 40px;
}

.modal-body {
	padding: 40px;
	padding-top: 0;
}

#shmodal {
	padding-right: 0 !important;
}

.alert.alert-error.alert-danger {
	width: auto;
	height: auto;
	background: #12577D !important;
	color: #fff;
	padding: 2em;
	left: 40%;
	top: 15%;
}

.alert.alert-error.alert-danger .close {
	left: 0;
	top: 0;
}

.alert .close:hover {
	background: transparent;
}

/* Sitestyles */

.items-row {
	max-width: 1860px;
	margin: auto;
	padding: 0 40px;
}

/* Joomla Overrides */

.cat-children {
	margin: auto;
	max-width: 1170px;
	display: none;
}

.item-page .pull-left.item-image {
	display: none;
}

#system-message-container {
	position: absolute;
	background: #12577D;
	color: #fff;
	top: 30px;
	z-index: 11111;
	left: 30%;
}

/* Bootstrap Overrides */

div[data-toggle="modal"] {
	cursor: pointer;
}

hr {
	border-top: 1px solid #12577D;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

.breadcrumb.bread, .up .breadcrumb.bread {
	margin-top: 0px;
	transition: margin-top ease-in-out 0.5s;
}

.down .breadcrumb.bread {
	margin-top: -300px;
	transition: margin-top ease-in-out 0.5s;
}

.breadcrumb {
	display: block;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: absolute;
	right: 375px;
	top: 60px;
	transition: right ease-in-out 0.2s;
}

.activebody .breadcrumb {
	right: 535px;
	transition: right ease-in-out 0.2s;
}

.navbar .breadcrumb li {
	display: inline;
}

.navbar .breadcrumb li:nth-child(4) {
	display: none;
}

.breadcrumb a.pathway {
	font-size: 0.9em;
}

.element-invisible {
	display: none !important;
}

.item.column-1 {
	height: 0;
}

.vm-col-9999, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.col-md-3.equalizer {
	margin-bottom: 40px;
}

.col-md-3.equalizer a {
	text-decoration: none;
}

.clearfix::after {
	clear: none;
}

.blog {
	width: 100%;
	background: #f2f2f2;
	float: left;
}

.blog .category-desc {
	background-color: #fff;
	float: left;
	width: 100%;
}

.blog .clearblock {
	background-color: #f2f2f2;
}

.blog .category-desc .clearblock, .clearblock.grey.top {
	background-color: #f2f2f2;
	margin-top: -95px;
	height: 12em;
}

.clearblock.grey.top  {
	height: 6em;	
}

.blog .white .clearblock {
	background-color: #fff;
	margin-top: 0;
	height: 6em;
}

.clearblock.white.nomargin {
	margin-top: 0;
}

.container, .browse-view, .product-container.productdetails-view.productdetails, .cart-view, .vm-cart-header-container, .form-validate, .search {
	max-width: 1860px;
	clear: both;
	padding-left: 40px;
	padding-right: 40px;
}

.container.overflow {
	padding: 0;
}

.search {
	padding-left: 50px;
}

.search .error {
	padding: 20px;
	float: left;
}

.container.full {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.container.full.white {
	background-color: #fff;
	float: left;
}

.startlink.bottomgrey {
	bottom: 96px;
}

.startlink.grey {
	background: #f2f2f2;
	position: relative;
	width: 100%;
	float: right;
	text-align: right;
	margin-bottom: -95px;
}

.activebody .container.full.bottomgrey .startlink {
	right: 0;
}

.container.full.grey {
	background-color: #f2f2f2;
	float: left;
}

.container.full.grey.top {
	padding-top: 170px;
	margin-top: -95px;
}

.container.full.grey.top.half {
	padding-top: 120px;
	margin-top: 0;
}

.container.full.grey.big {
	padding-top: 8em;
}

.container.background {
	height: 100vh;
	max-width: 100%;
	background-size: cover;
	background-position: center top;
	margin-top: -24px;
}

.container.background.bottom .col-md-4.centercenter {
	background-color: #fff;
	padding: 40px;
	max-width: 50%;
}

.container.background.bottom {
	background-position: bottom center;
}

.container.bottomgrey {
	background-image: url(../images/greyblock.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 1px 6em;
}

button, .btn {
	background-color: transparent;
	color: #12577D;
	border-radius: 0;
	border-color: #12577D;
	font-size: 0.7em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.475rem 1.85rem;
	letter-spacing: 0.1rem;
	border: 1px solid;
	cursor: pointer;
}

button:hover, .btn:hover, .btn.active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .continue_link:hover {
	background-color: #12577D;
	color: #fff;
	border-radius: 0;
	border-color: #12577D;
}

/* Header / Menü */

header {
	position: fixed;
	width: 100%;
	left: 0;
	top: -1px;
	background-color: transparent;
	z-index: 1001;
	height: 120px;
	transition: background-color ease-in-out 0.5s;
}

header.down {
	top: 0px;
	transition: background-color ease-in-out 0.5s;
	height: 0;

}

header.up {
	background-color: #fff;
	transition: background-color ease-in-out 0.5s;
}

header .burger {
	transition: none;
}

header.down .burger {
	transition: none;
}

.navbar.mobile {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 100;
	padding:0;
}

.navbar.mobile .container {
	background-color: transparent;
	width: 100%;
	max-width: 100%;
	height: 148px;
}

header.down .navbar.mobile .container {
	height: 0px;
}

.navbar-brand {
	padding: 0;
	position: relative;
	padding-left: 15px;
}

header.down .navbar-brand {
	top: -120px;
	transition: all ease-in-out 0.5s;
}

header.up .navbar-brand {
	top: 0px;
	transition: all ease-in-out 0.5s;
}


.navbar-brand img {
	height: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 275px;
}

.navbar .nav.menu.mod-list, .nav.menutop.mod-list {
	max-width: 212px;
}

/* kleines Menü */

.nav.menutop.mod-list a {
	font-size: .8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}

.nav.menutop.mod-list {
	margin-top: 40px;
	margin-bottom: -65px;
	padding-bottom: 40px;
}

.navbar  .list-unstyled {
	float: right;
}

.navbar li {
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	text-align: right;	
}

.navbar li ul {
	position: relative;
	padding-left: 0;
}

.navbar li ul li {
	display: block;
}

.navbar li:hover ul .active {
	display: block;
}

.nav-child.unstyled.small {
	max-height: 0;
	overflow: hidden;
	transition: max-height ease-in-out 0.5s;
	padding-top: 5px;
	opacity: 1;
}

.nav-child.unstyled.small.active {
	max-height: 500px;
	overflow: hidden;
	transition: max-height ease-in-out 0.5s;
	opacity: 1;
}

.navbar li ul li a {
	font-family: documenta-sans-regular;
	font-size: 16px;
	background: #fff;
	width: 100%;
	float: left;
	padding: 0px 20px 20px 20px;
	line-height: 1;
}

.navbar .meunuhead {
	font-size: 14px;
	padding-left: 25px;
	background-color: #fff;
	width: 100%;
	float: left;
}

.navbar a {
	color: #12577D;
	font-family: documenta-sans-regular;
	font-size: 1.5em;
}

.navbar .klapp {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	transition: ease-in-out 0.2s;
	transform-origin: 50%;
	float: right;
	background-image: url(../images/pfeilunten.svg);
	background-position: center;
	background-size: 25px;
	background-repeat: no-repeat;
	margin-right: -30px;
	transform: rotate(0deg);
	cursor: pointer;
	margin-top: 5px;
}

.navbar .klapp.active {
	transform: rotate(-180deg);
	transition: ease-in-out 0.2s;
	background-position: center;
}

.navbar .nav-child a, .navbar .current.active.deeper.parent .nav-child a, .active.deeper.parent .nav-child a {
	color: #12577D;
	text-decoration: none;
}

.deeper.parent:focus-within .nav-child.unstyled.small {
	max-height: 500px;
}

.navbar.mobile .menu a {
	padding-left: 0;
	width: 100%;
	text-align: ;
}

.navbar.mobile .menu a {
	padding-left: 0;
}

.navbar.mobile .nav-child.unstyled.small a {
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	text-transform: normal;
	line-height: 1.2;
	letter-spacing: 0;
	padding-right: 0;
}

.navbar a:hover, .navbar .current.active a, .active.deeper.parent a, .navbar .current.active.deeper.parent .nav-child a:hover, .active.deeper.parent .nav-child .current.active a, .active.deeper.parent .nav-child  a:hover {
	text-decoration: underline;
}

.navbar.mobile .meunuhead, .navbar.mobile li ul li a {
	font-size: 24px;
	padding-left: 20px;
}

header.down .navbar.mobile .burger.open  {
	transition: all ease-in-out 0s;
}

.navbar.mobile .menuback {
	width: 300px;
	position: fixed;
	z-index: 1;
	transition: right ease-in-out 0.5s;
	opacity: 1;
	line-height: 1.5;
	padding-top: 140px;
	background: #fff;
	padding-left: 40px;
	box-shadow: 0px 0px 15px #00000029;
	right: -300px;
	height: 100vh;
	top: 0;
}

.navbar.mobile .menuback.open {
	width: 300px;
	position: fixed;
	z-index: 1;
	transition: right ease-in-out 0.5s;
	opacity: 1;
	line-height: 1.5;
	padding-top: 140px;
	background: #fff;
	padding-left: 0px;
	box-shadow: 0px 0px 15px #00000029;
	right: 0;
	height: 100vh;
	top: 0;
	overflow-y: auto;
}

.activebody.cookie .navbar.mobile .menuback.open {
	transition: none;
}

.item-434 .klapp {
	display: none;
}

.item-434, .item-232 {
	position: relative;
}

.item-434::after, .item-232::after {
	content: '';
	background-color: #fff;
	width: 20px;
	height: 20px;
	float: right;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 9px;
	background-position: center bottom;
	font-family: amatiksymbols;
	line-height: 1.3;
	text-align: center;
}

.item-434::after {
	content: 'S';
}

.item-232::after {
	content: 'N';
}

/* Burger */

.burger, .share-btn, .burgersearch {
	position: fixed;
	top: 40px;
	right: 40px;
	height: 60px;
	width: 60px;
	cursor: pointer;
	background: #fff;
	border-radius: 60px;
	padding-left: 20px;
	padding-top: 13px;
	box-shadow: 0px 0px 15px #00000029;
	z-index: 1000;
	transition: all ease-in-out 0.2s;
}

.burger:hover, .share-btn:hover, #vmCartModule .show_cart a:hover, .burgersearch:hover {
	transform: scale(1.1);
	transition: all ease-in-out 0.2s;
}

.burger.search, .burgersearch {
	right: 130px;
	top: 40px;
	background-image: url(../images/suche.svg);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all ease-in-out 0.2s;
}

.burger.open {
	transition: all ease-in-out 0.2s;
}

.burger.search.open, .activebody .burgersearch, .burger.cart.open {
	right: 50px;
	box-shadow: none;
	transition: all ease-in-out 0.2s;
	background-color: #fff;
}

.burger.search.open, .activebody .burgersearch {
	right: 50px;
	box-shadow: none;
	transition: all ease-in-out 0.2s;
	background-color: transparent;
	background-image: none;
}

.burger.cart, .share-btn {
	background-image: url(../images/warenkorb.svg);
	position: absolute;
	right: 220px;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all ease-in-out 0.2s;
	background-color: #12577D;
}

.share-btn {
	background-image: url(../images/teilen.svg);
	right: auto;
	bottom: auto;
	top: auto;
	position: relative;
	background-color: #fff;
	background-size: 50px;
	transition: right ease-in-out 0.2s;
	float: left;
}

.share-btn-msg {
	width: 250px;
	float: left;
	background: #fff;
	height: 60px;
	margin-top: -13px;
	line-height: 4.5;
	font-size: 14px;
	padding-left: 20px;
	margin-left: -20px;
	z-index: -5;
	position: relative;
	border-radius: 50px;
	box-shadow: 0px 0px 15px #00000029;
	display: none;
	transition: right ease-in-out 0.0s;
}

.burgerlayer {
	background: #12577D;
	width: 20px;
	height: 0px;
	display: block;
	transition: all ease-in-out 0.2s;
	margin-top: 7px;
	border: 1px solid;
}

.open .burgerlayer.top {
	margin-top: 17px;
	margin-left: 0px;
	width: 20px;
	transform: rotate(-225deg);
}

.open .burgerlayer.middle {
	transition: all ease-in-out 0s;
	opacity: 0;
}

.open .burgerlayer.bottom {
	margin-top: -11px;
	width: 20px;
	margin-left: 0px;
	transition: all ease-in-out 0.2s;
	transform: rotate(225deg);
}

/* Suche */

/* Modul Menü */

.inputbox.search-query.input-medium {
	border: 0;
	border-bottom: 1px solid #12577D;
	text-align: right;
	color: inherit;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 0.2em;
	padding-left: 0.7em;
	width: 190px;
	margin-left: 0px;
	padding-right: 2em;
	border-radius:0;
}

.menuback .search {
	margin-top: 80px;
	position: relative;
	padding-bottom: 0;
	bottom: 0;
	background: #fff;
	margin-bottom: -10px;
}

.menuback .search .button[type="image"] {
	border-bottom: 0px solid #12577D;
	padding: 5px;
	object-fit: contain;
	width: 25px;
	object-position: center;
	height: 25px;
	margin-left: -23px;
	background: transparent;
	margin-top: -5px;
}

[type="search"] {
	outline: none;
}

/* Störer */

.stoererstart {
	position: absolute;
	right: 40px;
	top: 180px;
	background-color: #D81A1C;
	width: 200px;
	height: 200px;
	border-radius: 200px;
	transition: right ease-in-out 0.5s;
	box-shadow: 0px 0px 15px #00000029;
	font-size: 2em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	display: table;
	z-index: 1;
}

.stoererstart:hover {
	transform: scale(1.1);
	transition: all ease-in-out 0.2s;
	color: #fff!important;
	text-decoration: none!important;
}

.stoererstart span {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	width: 100%;
}

.activebody .stoererstart {
	right: 365px;
	transition: right ease-in-out 0.5s;
}

.stoererfly {
	position: fixed;
    top: 15px;
    right: 0;
	transform: rotate(-90deg) translateX(-8.5em) translateY(3.56em) !important;
	background-color: #D81A1C;
	color: #fff;
	font-size: 2em;
	height: 60px;
	border-radius: 60px;
	padding: 0 40px;
	display: table;
	z-index: 1;
	text-decoration: none;
	transition: all ease-in-out 0.5s;
	box-shadow: 0px 0px 15px #00000029;
}

.stoererfly:hover {
	transform: scale(1) rotate(-90deg) translateX(-8.5em) translateY(3.56em) !important;
	transition: all ease-in-out 0.5s;
	color: #fff!important;
	text-decoration: none!important;
    transform-origin: center;
}

.stoererfly:hover {
	color: #fff!important;
}

.stoererfly span {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	width: 100%;
}

.activebody .stoererfly {
	right: calc(-15px + 325px);
	transition: right ease-in-out 0.5s;
}


/* Main */

#-startseite main {
	margin-top: 0;
}

main {
	width: 100%;
	transition: width ease-in-out 0.5s;
	margin-top: 120px;
}

.activebody main, .activebody footer, .activebody aside {
	width: calc(100% - 300px);
	transition: width ease-in-out 0.5s;
}

.activebody.cookie main, .activebody.cookie footer {
	transition: none;
}

/* Aside */

aside {
	float: left;
	background-color: #fff;
	width: 100%;
}

/* Footer */

footer {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #f2f2f2;
	padding-bottom: 30px;
	transition: width ease-in-out 0.5s;
}

footer p {
	font-size: 1.5em;
	padding-right: 30px;
}

footer .instalink, footer .fblink, footer .twitterlink {
	margin-left: 0;
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

footer .col-md-1, footer .col-md-2, footer .col-md-10, footer .col-md-12 {
  float: left;
}

footer .col-md-4, footer .col-md-6 {
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
}

footer .col-md-4.smallpad, footer .col-md-6.smallpad {
	padding-top: 20px;
}

footer .col-md-6.right img {
	width: auto;
}

footer .col-md-4 img {
	max-width: 200px;
}

footer .bordertop {
	border-top: 1px solid;
	margin-top: 10em;
	margin-bottom: -30px;
	padding: 0;
}

.container.foot {
	font-size: 0.65em;
}

.container.foot h3 {
	font-size: 1.22em;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-bottom: 1em;
	font-family: documenta-sans-regular;
    max-width: 100%;
}

footer .clearblock.none {
	height: 2em;
}

footer .col-md-6.smallpad.second {
	padding-bottom: 0;
}

footer .col-md-6.smallpad.second img {
	width: 300px;
	float: right;
}

/* Footer Menü */

footer .nav.menu a {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
}

footer .nav.menu a:hover {
	text-decoration: underline;
}

footer .divider {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.3em;
}

footer .nav.right {
	float: right;
	width: 100%;
}

footer .nav.right li {
	width: 33.33333%;
	text-align: left;
	padding-left: 0;
	padding-right: 20px;
}

footer .nav.right li a {
	font-size: 16px;
}

.submenu li {
	font-size: 16px;
	margin-right: 20px;
}

.submenu.rightmen {
	float: right;
}

.submenu.rightmen li {
	margin-left: 20px;
	margin-right: 0;
}

/* Pagination */

.vm-pagination {
	float: left;
	text-align: center !important;
	width: 100%;
}

.vm-pagination ul li {
	display: inline!important;
	font-size: 18px!important;
	padding: 0 5px!important;
	font-weight: normal!important;
}

a.pagenav {
	text-decoration: none;
	font-family: documenta-sans-regular-table;
}

a.pagenav:hover {
	text-decoration: underline;
}

.vm-page-counter {
	display: none;
}

.vm-pagination ul {
	text-align: center !important;
	margin: auto;
	float: none !important;
}

.vm-pagination ul li {
	width: auto;
	float:none !important;
}

.pagenav {
	padding: 0 5px !important;
	margin: 0 !important;
	border: 0px solid #aaa !important;
	background-color: transparent !important;
	color: #12577D !important;
}

span.pagenav {
	text-decoration: underline;
	font-family: documenta-sans-regular-table;
}

main .vm-pagination ul li::before {
	content: '';
	margin-left: 0px;
	padding-right: 0px;
}

.vm-page-counter {
	float: none;
	clear: both;
}

.pagination {
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	width: 100%;
	clear: both;
}

.pagination p {
	width: 100%;
	float: left;
	max-width: 100%;
	text-align: center;
	display: none;
}

.pagination ul {
	width: 100%;
	margin: auto;
	padding-left: 0;
	text-align: center;
	max-width: 1860px;
}

.pagination li {
	display: inline;
	float: none;
	text-align: center;
	list-style: none;
}

.pagination li::before {
	content: '';
	margin-left: 0;
	padding-left: 5px;
	padding-right: 5px;
}

/* Inhalt */

.moduletablesocbutton, .customsocbutton {
	padding-top: 0 !important;
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

/* Startseite */

.startclaim {
	position: absolute;
	bottom: 3em;
	font-size: 4em;
	padding-left: 15px;
}

.startclaim span {
	background-color: #fff;
	float: left;
	margin-bottom: 10px;
	padding: 0 20px;
	margin-top: 10px;
}

.startlink {
	position: absolute;
	right: 0;
	bottom: 0px;
	background: #fff;
	padding: 25px 50px;
	transition: right ease-in-out 0.5s;
}

.startlink a {
	text-decoration: none;
}

.startlink a:hover {
	text-decoration: underline;
}

.startlink a::after {
	content: '';
	margin-left: -20px;
	background-image: url(../images/pfeilrechts.svg);
	width: 20px;
	height: 20px;
	position: relative;
	float: right;
	background-size: 25px;
	background-repeat: no-repeat;
	margin-top: 0px;
}

.startlink.grey a::after {
	background-image: none;
}

.startlink.content {
	bottom: 0px;
	right: 0;
	z-index: 2;
}

.startlink.content.top {
	bottom: 95px;
}

.activebody .startlink.content {
	right: 0;
}

.startclaim .firstline, .startclaim .thirdline {
	padding-right: 0;
}

.startclaim .thirdline {
	clear: left;
}

.activebody .startlink {
	right: 300px;
	transition: right ease-in-out 0.5s;
}

.activebody .startlink.grey {
	right: 0;
}

.activebody.cookie .startlink {
	transition: none;
}

.startlink span {
	padding-right: 20px;
}

.equalizer {
	transition: all ease-in-out 0.2s;
}

/* Slider */

.carousel0, .carousel1, .carousel12, .carousel3 {
	padding: 0;
	max-width: 1920px;
	margin: auto;
	z-index: 1;
	position: relative;
}

.carousel1 h2, .carousel12 h2 {
	max-width: 100%;
}

#shop .carousel1 h2 {
	font-size: 3.2em;
	margin-bottom: .5rem;
}

.container.shopnews {
	clear: both;
	height: 50vh;
}

.nooverflow {
	overflow: visible;
	position: relative;
}

.carousel3 {
	width: auto;
}

.carousel3  .slick-list.draggable {
	width: 100%;
}

.carousel3 .col-md-3.equalizer {
	padding-left: 0;
	padding-right: 40px;
}

.carousel3 .col-md-3.equalizer a {
	font-size: 0.9em;
	text-decoration: none;
}

.carousel3 .col-md-3  .featuredProductImage {
	width: 100%;
}

.carousel3 .col-md-3.equalizer .clear {
	padding-top: 10px;
}

.carousel0 .col-md-12, .carousel1 .col-md-12, .carousel12 .col-md-12 {
	height: auto;
	padding: 0;
}

.carousel2 .col-md-12 {
	height: 100vh;
	padding: 0;
}

.carousel2 .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.carousel0.half, .carousel1.half, .carousel12.half {
	margin-bottom: 120px;
}

.carousel0.half .col-md-12, .carousel1.half .col-md-12, .carousel12.half .col-md-12 {
	height: auto;
	padding: 0;
}

.carousel2 .col-md-12 {
	background-size: cover;
}

.carousel0 .col-md-6.background, .carousel1 .col-md-6.background, .carousel12 .col-md-6.background, .mobileblock .col-md-6.background {
	width: 85vh;
	padding-bottom: 0;
	background-size: cover;
	background-position: center;
	height: 100%;
	padding: 0;
}

.carousel0.half .col-md-6.background, .carousel1.half .col-md-6.background, .carousel12.half .col-md-6.background {
	width: 100%;
}

.carousel0 .col-md-6.centercenter, .carousel1 .col-md-6.centercenter, .col-md-6.centercenter, .carousel12 .col-md-6.centercenter, .col-md-6.centercenter {
	display: table;
	height: 75vh;
	padding-left: 2em;
	padding-right: 7em;
}

.carousel0 .col-md-6.centercenter div, .carousel1 .col-md-6.centercenter div, .carousel12 .col-md-6.centercenter div, .col-md-6.centercenter div {
	vertical-align: middle;
	display: table-cell;
}

.col-md-6.background {
	position: relative;
	border: 0px solid #fff;
	overflow: hidden;
	background: transparent;
}

.col-md-6.background img {
	position: absolute;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	padding-bottom: 40px;
}

.carousel0 .col-md-6.background .caption, .carousel1 .col-md-6.background .caption, .carousel12 .col-md-6.background .caption {
	float: left;
	bottom: 0;
	position: absolute;
	right: 30px;
	padding: 20px 10px;
	font-size: 0.8em;
	line-height: 1;
	z-index: 1;
}	

.carousel2 .col-md-4.centercenter {
	background: #fff;
	padding: 40px;
	margin-top: 8vw;
	max-width: 100%;
	width: 500px;
}

.container.prevnext {
	position: absolute;
	top: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
	transition: width ease-in-out 0.5s, left ease-in-out 0.5s;
}

.nooverflow .container.prevnext {
	padding-left: 0;
	padding-right: 0px;
}

.container.prevnext.social {
	top: 90%;
}

.container.overflow .container.prevnext {
	position: absolute;
	top: 25%;
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #fff;
	z-index: 1;
	border-radius: 60px;
	box-shadow: 0px 0px 15px #00000029;
}

.slick-arrow {
	position: absolute;
	margin: 0;
	width: 60px;
	height: 60px;
	background: #fff;
	z-index: 1;
	border-radius: 60px;
	text-align: center;
	box-shadow: 0px 0px 15px #00000029;
	background-image: url(../images/pfeillinks.svg);
	transform: scale(1) translateY(-50%);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: all ease-in-out 0.2s;
	top: 50%;
}

.prevbtn.slick-arrow {
	margin-left: 15px;
	transform-origin: 50% 0%;
}

.nextbtn.slick-arrow {
	right: 40px;
	background-image: url(../images/pfeilrechts.svg);
	transform: rotate(0deg) scale(1);
	margin-top: -30px;
}

.activebody .nextbtn.slick-arrow {
	right: 25px;
}

.activebody .nextbtn.third.slick-arrow {
	right: -15px;
}

.nextbtn.third.slick-arrow {
	right: 0px;
}

.slick-arrow:hover {
	transform: scale(1.1) translateY(-50%);
	transition: all ease-in-out 0.2s;
}

.nextbtn.slick-arrow:hover {
	transform: rotate(0deg) scale(1.1);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: #fff;
}

/* .prevbtn.third.slick-arrow {
	margin-top: 50px;
	margin-left: -25px;
}

.nextbtn.third.slick-arrow {
	margin-top: 80px;
} */

.slick-next {
	right: 0;
}

.slick-prev::before, .slick-next::before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: #12577D;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Social Media */

.instalink, .fblink, .twitterlink {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: -5px;
}

.social .btn {
	display: none;
}

.instalink {
	background-image: url(../images/instagram.svg);
}

.fblink {
	background-image: url(../images/facebook.svg);
}

.twitterlink {
	background-image: url(../images/twitter.svg);
}

.social .col-md-3, .social .col-md-6  {
	margin-bottom: 40px;
	margin-top: 0px;
}

.col-md-12.instagram, .col-md-12.facebook {
	padding: 0;
}

.social img {
	width: 100%;
	margin-bottom: 20px;
}

.social .text {
	margin-bottom: 20px;
}

.social .facebook .text {
	text-overflow: ellipsis;
	overflow: hidden;
	height: 100%;
	float: left;
	width: 100%;
}

.social .facebook .text::after {
	content: '\a0…';
}

.social .twitter:hover h4, .social .facebook:hover h4, .social .instagram:hover h4 {
	color: #D81A1C;
}

.social a {
	word-wrap: break-word;
}

.social h4::before {
	content: 't';
	font-family: social;
	font-size: 30px;
	text-transform: none;
	float: left;
	margin-right: 10px;
	line-height: 1.3;
}

.social .facebook h4::before {
	content: 'f';
}

.social .facebook a, .social .twitter a {
	text-decoration: none;
}

.social .twitter .text a {
	text-decoration: none;
}

.social .instagram h4::before {
	content: 'l';
}

.twitter .text {
	font-size: 1.75em;
}

/* Collage */

.col-md-5.twitter {
	padding-right: 5%;
}

.col-md-3.instagram {
	padding-left: 0;
	padding-right: 0px;
	padding-top: 0;
	left: -5%;
	margin-top: -5%;
}

.col-md-4.facebook {
	padding-left: 0;
	max-width: 25%;
	left: -2%;
}

.col-md-4.instagram {
	margin-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	left: 0;
	top: 0;
	max-width: 30%;
	float: right;
}

.col-md-5.facebook {
	padding-right: 0;
	position: absolute;
	left: 25%;
	top: 43%;
}

.col-md-5.twitter.white.flying {
	position: absolute;
	z-index: 1;
	top: 70%;
	max-width: 35%;
	left: 30%;
	padding: 0;
}

.col-md-5.twitter.white.flying .text {
	font-size: 1.4em;
}

.col-md-4.instagram.white.flying2 {
	position: absolute;
	left: 5%;
	width: 18%;
	top: 50%;
	z-index: 1;
	padding: 0;
}

.twitter:hover .socialhover, .facebook:hover .socialhover, .instagram:hover .socialhover {
	z-index: 3!important;
	background-color: #fff!important;
	box-shadow: 0px 0px 15px #00000029;
	position: relative;
}

.socialhover {
	padding: 20px;
	height: 100%;
	background-color: #f2f2f2;
	float: left;
}

/* Artikel */

.piccaption {
	font-size: 0.8em;
	padding: 10px 0;
}

/* Übersicht */

.item.column-1 a {
	text-decoration: none;
}

.item.column-1 a:hover {
	text-decoration: none;
}

.introbild {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 10px;
}

.introbild img {
	position: absolute;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.introtext h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	text-decoration: none;
}

.col-md-3:hover .introtext h2 {
	text-decoration: underline;
}

.carousel3 .col-md-3:hover .introtext h2 {
	text-decoration: none;
}

#\ partner .col-md-3:hover .introtext h2 {
	text-decoration: none;
}

#\ partner .introtext.nodot {
	background-color: #fff;
	padding: 20px;
	height: 100%;
	padding-bottom: 5px;
}

.introtext.nodot a {
	text-decoration: underline;
}

.col-md-3 .introtext p {
	font-size: 1em;
	text-decoration: none;
}

.col-md-3 .introtext p::after {
	content: '\a0…';
}

.col-md-3 .introtext.nodot p::after {
	content: '';
}

#-startseite .carousel1 .col-md-6.centercenter p::after, #-startseite .carousel12 .col-md-6.centercenter p::after, #-startseite .carousel2 .col-md-4.centercenter p::after {
	content: '\a0…';
}

/* Archiv */

.archive.blog.filter .filters {
	display: none;
}

#archive-items {
	width: 100%;
}

#archive-items .col-md-3.equalizer {
	text-decoration: none;
}

#archive-items .page-header {
	display: none;
}

#archive-items .intro {
	height: 0;
}

/* Veranstaltungen */

.introbild.abgesagt::after, .col-md-6.background.abgesagt::after {
	content: 'ABGESAGT';
	color: #D81A1C;
	background: #fff;
	z-index: 1;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 110px;
	text-align: center;
	height: 110px;
	border-radius: 110px;
	padding-top: 43px;
	box-shadow: 0px 0px 15px #00000029;
	letter-spacing: 0.1em;
}

.col-md-6.background.abgesagt::after {
	right: 80px;
	top: 60px;
}

.anmeldebox {
	position: sticky;
	background: #fff;
	padding: 0px 40px;
	width: 100%;
	top: 160px;
	max-width: 430px;
	padding-bottom: 0px;
}

.pressetrenner {
	position: relative;
	float: left;
	width: 100%;
}

.anmeldebox.flying {
	position: absolute !important;
	right: -350px !important;
	width: 320px !important;
	top: 0 !important;
	min-width: 300px !important;
}

.anmeldebox h2 {
	padding-top: 30px;
	font-size: 2em !important;
	margin-bottom: 30px !important;
}

.anmeldebox .btn {
	margin-bottom: 40px;
}

.anmeldebox p:last-child {
	padding-bottom: 40px;
}

.anmeldebox .card-header {
	padding: 0;
	border-top: 0;
}

.anmeldebox .collapse {
	display: block;
}

.anmeldebox .card-header .btn {
	background-color: transparent;
	color: #12577D;
	border-radius: 0;
	border-color: #12577D;
	font-size: inherit;
	text-transform: inherit;
	text-decoration: none;
	padding: inherit;
	letter-spacing: inherit;
	border: 1px solid;
	cursor: pointer;	
	display: inherit;
	text-align: inherit;
	white-space: inherit;
	border: 0px solid transparent;
	line-height: inherit;	
	padding-top: 0;
	margin-bottom: 0;
}

.anmeldebox .card-body {
	padding: 0;
}

/* Presse */

h2.presse {
	margin-top: 80px;
}

.row-0 h2.presse {
	margin-top: 0;
}

.buttonmarge {
	float: none;
	padding: 0 5px;
	display: inline-block;
}

.introtext.presse {
	border-top: 1px solid;
	padding: 60px 0;
	padding-top: 20px;
}

.introtext.presse h2 {
	margin-bottom: 30px;
}

.introtext.presse.bild {
	padding-top: 40px;
}

.introtext.presse.bild img {
	max-width: 80%;
}

.introtext.pressebildtext p {
	font-size: 1em;
}

.introtext.pressebildtext {
	padding: 40px 0;
}
	

/* Mitarbeiter */

.items-row.cols-99999 {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.items-row.cols-99999 .column-1 .clearblock:first-child {
	height: 0;
}

/* Seminarmanager */

#\ white {
	background: #fff;
}

#\ white #headwrap {
	background: rgba(47, 47, 47, 0.9) none repeat scroll 0 0;
}

#\ white .alert.alert-error.alert-danger {
	display: none;
	margin-top: -70px;
}

div#seminarman {
	overflow: hidden !important;
	max-width: 100% !important;
	margin: auto !important;
	background: #f2f2f2 !important;
	padding: 0px !important;
	margin-bottom: 0 !important;
	float: left;
	width: 100%;
}

div#seminarman .catimg {
	margin: 0;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	min-height: 695px;
	max-height: 695px;
}

div#seminarman .catimg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.seminarman.cat1 {
	display: none;
}

div#seminarman .sm-course-item .button2-left a {
	background-color: #fff!important;
	color: #12577D!important;
	border-radius: 0!important;
	border-color: #12577D!important;
	font-size: 0.7em!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	padding: 0.475rem 1.85rem!important;
	letter-spacing: 0.1rem!important;
	border: 1px solid!important;
	cursor: pointer!important;
	font-weight: normal!important;
}


div#seminarman .sm-course-item .button2-left a:hover {
	color: #fff!important;
	background-color: #12577D!important;
}

.seminarmancoursetable {
	border: none;
	width: 100%;
	border-spacing: 0px;
	padding: 0px;
	max-width: 1150px;
	margin: auto;
}

.seminarmancoursetable::before {
	content: 'Um Anmeldung bis spätestens 2 Tage vor der Veranstaltung wird gebeten.';
	margin-bottom: 30px;
	float: left;
	font-size: 14px;
	margin-top: 0px;
	position: absolute;
	margin-top: -60px;
}

.seminarmancoursetable .col-md-4 {
	padding-bottom: 40px;
}

div#seminarman .sm-course-item {
	background: #fff none repeat scroll 0 0!important;
	border-bottom: 0px solid #909090!important;
	padding: 20px 20px!important;
	-webkit-transition: all 0.3s ease 0s!important;
	transition: all 0.3s ease 0s!important;
	margin-bottom: 40px!important;
	height: 100%!important;
}

div#seminarman .sm-course-item strong {
	float: left;
	padding-bottom: 10px;
	font-size: 1.3em;
	font-family: documenta-sans-regular;
}

div#seminarman .sm-course-item strong a {
	color: #12577D;
	text-decoration: none;
}

div#seminarman .sm-course-item:hover {
	background: #fff none repeat scroll 0 0!important;
	box-shadow: none!important;
}

div#seminarman .sm-course-item span {
	float: left;
	clear: both;
	font-size: 16px;
}

div#seminarman .sm-course-item span:nth-child(2n)::after {
	content: ' Uhr';
}

div#seminarman .sm-course-item span.centered.italic::after {
	content: '';
}

div#seminarman .sm-course-item span.centered.italic {
	background: transparent;
	color: #D81A1C;
	padding: 0;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-style: normal;
	margin-top: 20px;
	position: relative;
	margin-bottom: 30px;
	float: left;
}

div#seminarman .sm-course-item .button2-left {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
	text-align: center!important;
	position: relative!important;
	float: left!important;
	clear: both!important;
}

div#seminarman .course_applicationform input::placeholder {
	color: #555555;
}

div#seminarman .course_applicationform .invalid {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	color: #D81A1C ;
	border-color: transparent !important;
	background-color: #fff !important;
}

div#seminarman .course_applicationform .invalid::placeholder {
	color: #D81A1C;
}

div#seminarman .course_applicationform span.required, div#seminarman .sman_payment_selection span.required {
	color: #000;
	padding-left: 5px;
	display: none;
}

div#seminarman .underline {
	border-bottom: 0px solid #ddd!important;
	padding-bottom: 0!important;
	font-size: 0.8em!important;
	float: left!important;
	width: 100%!important;
	letter-spacing: 2px!important;
	text-transform: uppercase!important;
	line-height: 1.5!important;
	margin-bottom: 1em!important;
	max-width: 600px;
}

div#seminarman h1 {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}

div#seminarman h1.starthead {
	margin-bottom: 30px;
}

div#seminarman h2 {
	padding-left: 0 !important;
	border-bottom: 0 !important;
	font-size: 3em !important;
	padding-bottom: 0 !important;
	margin-bottom: 20px !important;
	font-family: documenta-sans-regular !important;
	max-width: 1000px !important;
	margin: auto !important;
	margin-top: 2.5em !important;
	padding-left: 50px !important;
	border-bottom: 0 !important;
}

.course_details.floattext {
	background: #fff !important;
	border: 0 !important;
	margin-bottom: 0 !important;
}

div#seminarman h3 {
	font-size: 24px;
	padding-left: 0;
	margin-bottom: 10px;
	margin-top: 30px;
}

div#seminarman .booking.componentheading.white.underline {
	display: none;
}

div#seminarman a h3.booking, div#seminarman h3.booking a {
	padding: 60px 5px 15px 40px;
	background-position: 0 60px;
}

div#seminarman .course_details {
	border: 0px dashed silver;
}

div#seminarman .course_info_left {
	display: none!important;
}

div#seminarman .course_info_right {
	float: inherit;
	width: 100%;
	max-width: 600px;
	margin: auto;
}

div#seminarman .course_info_right.floattext .centered {
	display: none !important;
}

div#seminarman .course_details dd div {
	padding: 0;
}

div#seminarman .author {
	display: none;
}

div#seminarman .capacity {
	text-align: left !important;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-family: documenta-sans-regular-table;
	letter-spacing: 1px;
	color: #8b8d8e;
}

div#seminarman dt {
	min-width: auto;
}

div#seminarman .course_details dd div {
	font-family: documenta-sans-regular-table;
}

div#seminarman .course_details dt {
	clear: both;
	width: auto;
	padding-right: 5px;
}

div#seminarman .description.underline {
	display: none;
}

.booking.componentheading.white.underline {
	margin-top: -50px;
}

div#seminarman .kategorieteaser > h3 {
	font-size: 13px;
}

div#seminarman .kategorieteaser {
	margin-top: 25px;
	margin-left: -5px;
}

#course_appform {
	background: transparent !important;
	border: none !important;
	margin: auto!important;
	padding-top: 0 !important;
}

#course_appform.paramlist_value.vtop {
	padding-left: 10px;
}

#course_appform input, #course_appform select, #course_appform textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-transform: none;
	border: 0px solid #000;
	width: 100%;
	max-width: 600px;
	height: 40px;
	color: #000;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: documenta-italic;
    font-weight: normal;
    font-style: normal;	
	outline-style: none !important;
	box-shadow: none !important;
	border-radius: 20px;
	padding: 0px 15px;
}

#course_appform select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	letter-spacing: normal !important;
    font-weight: normal;
    font-style: normal;	
	font-family: documenta-italic;
	font-size: 16px;
	outline-style: none !important;
	box-shadow: none !important;
	background-position: right;
	background-image: none !important;
}

#course_appform select:focus, #course_appform .checkbox:focus {
	outline-style:none!important;
	box-shadow:none!important;
}	

#course_appform select option {
	-moz-appearance: none;
	-webkit-appearance: none!important;
	appearance: none;	
	font-size: 14px;
	font-style: italic;
}

#course_appform textarea {
	height: 200px;
	margin-bottom: 40px;
	max-width: 600px;
	padding: 15px;
}

#course_appform .ccontentTable label {
	margin-left: 0;
    font-weight: normal;
    font-style: normal;	
	font-family: documenta-italic;
}

#course_appform .paramlist_value.vtop p {
    font-weight: normal;
    font-style: normal;	
	font-family: documenta-italic;
	max-width: 600px;
}

div#seminarman div.description {
	margin: auto !important;
	padding: 60px !important;
	max-width: 100% !important;
	background: #fff !important;
	padding-left: 50px !important;
}

div#seminarman p {
	overflow: hidden;
	padding: 5px 0;
	margin: 0 !important;
}

#course_appform .checkbox {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	float: left;
	height: 15px;
	width: 15px;
	display: block;
	margin: 0px !important;
	max-width: 100%;
	cursor: pointer;
	margin-right: 10px !important;
	background-color: #fff;
	border-radius: 0;
	padding: 0;
	margin-top: 10px !important;
	border: 1px solid;
}

#course_appform .checkbox:checked {
	background: #000;
}

.ccontentTable td {
	vertical-align: middle;
	padding: 0px;
	padding-bottom: 0px;
}

.sman_prices_lbl, .sman_prices_detail, div#seminarman #mytabsTabs, .ccontentTable td.paramlist_key, div#seminarman .reference, div#seminarman .price, div#seminarman .location {
	display: none!important;
}

#course_appform #field8 {
	margin-top: 0.7em !important;
	margin-right: 5px;
}

#course_appform p .required {
	display: block !important;
	float: left;
}

#submitSeminarman {
	margin-bottom: 80px;
	margin-top: 20px;
}

#course_appform p[style*="float: right;"] {
	display: none;
}

/* #submitSeminarman::after {
	content: '* notwendige Angaben';
	clear: both;
	float: left;
	margin-top: 80px;
	color: #000;
	text-transform: none;
	font-size: 16px;
	letter-spacing: normal;
	position: absolute;
	left: 50px;
} */

/* Infothek */

.infothekbild .introtext {
	margin-top: 10px;
	float: left;
}
.linkbox, .link-lightbox {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}

.catbutton, .pdfbutton, .linkbutton, .videobutton  {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.infothekbild:hover .introtext h2, .infothekbild .introtext:hover h2, #\ infothek .col-md-3:hover h2 {
	text-decoration: none;
}

/* Zusatzinformation */

.btn.link-lightbox, .btn.clear {
	width: inherit;
	height: inherit;
	padding-bottom: 0.475em;
	clear: both;
	margin-bottom: 20px;
	float: left;
}

.btn.clear {
	border: 0px solid;
	color: #12577D;
	padding-left: 0;
	float: left;
	white-space: normal;
	text-align: left;
	margin-bottom: 0px;
}

.introtext.nodot a {
	text-decoration: underline;
	margin-bottom: 0px;
}

.btn.clear:hover {
	border: 0px solid;
	color: #12577D;
	padding-left: 0;
	float: left;
	white-space: normal;
	text-align: left;
	background-color: transparent;
}


/* Lightbox */

.infothekbild .link-lightbox, .linkbox {
	display: block;
	position: relative;
}

.infothekbild .link-lightbox img, .linkbox img {
	position: absolute;
	bottom: 20px;
	left: 20px;
	height: 60px;
	width: 60px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 60px;
	padding-left: 20px;
	padding-top: 13px;
	box-shadow: 0px 0px 15px #00000029;
	z-index: 1000;
	transition: all ease-in-out 0.2s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
}

.infothekbild .link-lightbox:hover img, .infothekbild .linkbox:hover img {
	transform: scale(1.1);
	transition: all ease-in-out 0.2s;
}

.pdfbutton {
	background-image: url("../images/pdf.svg");
}

.videobutton {
	background-image: url("../images/video.svg");
}

.linkbutton {
	background-image: url("../images/website.svg");
}

.catbutton {
	background-image: url("../images/ordner.svg");
}

#slvj-window{
	width: 100%;
	min-height: 100%;
	z-index: 10000;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
}

#slvj-window,
#slvj-window *{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#slvj-background-close{
	width: 100%;
	min-height: 100%;
	z-index: 31;

	position: fixed;
	top: 0;
	left: 0;
}

#slvj-back-lightbox{
	z-index: 32;
}

.slvj-lightbox {
	position: relative;
	width: 100%;
	height: 100vh;
	padding: 40px;
	margin: 0;
	background-color: #fff;
	z-index: 53;
}

#slvj-close-icon {
	background-image: url("../images/close.svg");
	background-repeat: no-repeat;
	height: 22px;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20px;
	z-index: 551;
	background-position: center;
}

#slvj-close-icon:hover{
	cursor: pointer;
}

#slvj-video-embed {
  width: 100%;
  height: 100%;
}

footer .avitgg * {
	font-family: "futura-pt" !important;
}


/* Newsflash Modul */

.newsflash h3 {
	padding-left: 15px;
}

.newsflash-horiz.mod-list {
	padding-left: 0;
	max-width: 100%;
}

.newsflash-horiz.mod-list li a {
	text-decoration: none;
}

.newsflash-horiz.mod-list li {
	width: 25%;
}

.newsflash-horiz.mod-list li::before {
	content: '';
	margin-left: -20px;
	padding-right: 10px;
}

.newsflash-horiz.mod-list li .col-md-3 {
	width: 100%;
	max-width: 100%;
}

/* Accordion */

.accordion {
	margin-bottom: 0px;
}

.accordion .btn.btn-link, .accordion .btn.btn-link:hover {
	background-color: transparent;
	border: 0;
	padding: 0;
	color: #12577D;
}

.accordion .btn.btn-link[data-toggle="collapse"] {
	text-decoration: none;
	display: block;
	-webkit-appearance: none;
	white-space: normal;
	text-align: left;
	font-family: documenta-sans-regular-table;
}

.accordion .btn.btn-link[aria-expanded="false"]::after {
	content: '+';
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 20px;
}

.accordion .btn.btn-link[aria-expanded="true"]::after {
	content: '–';
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 19px;
	right: 11px;
}

.container.teachfull {
	padding-left: 0;
	padding-right: 0;
}

.card-body.firstorder {
	padding-right: 0;
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

  .card {
	background: transparent;
	border: none;
	width: 100%;
	border-radius: 0 !important;
	border-color: transparent!important;
}

.card-header {
	border: none;
	background-color: transparent;
	padding-left: 15px;
	border-top: 1px solid;
	border-radius: 0 !important;
	padding-right: 30px;
}

.card-header:first-child {
	border-radius: 0 !important;
}

.card-body {
	max-width: 100%;
	padding-left: 0;
}

.card-body p {
	max-width: 700px;
}

.teachfull .card-body p {
	max-width: 100%;
}

.card-body .col-md-12 {
	padding-right: 0;
}

.card-body.firstorder .card-body {
	padding-left: 15px;
}

.card-body img {

}

/* Unterrichtsmaterial */

.unterricht h1 {
	font-family: Urby-Regular !important;
	color: #575eaa !important;
}

.unterricht h2 {
	font-family: Urby-Regular;
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: 0.1em !important;
}

.unterricht h4, .unterricht .accordion .btn.btn-link {
	font-family: Urby-Regular !important;
}

.unterricht p {
	font-family: documenta !important;
}

.unterricht b, .unterricht strong {
	color: #575eaa !important;
	font-family: Urby-Regular !important;
}

.unterricht .caption {
	font-size: 1em;
	padding-top: 10px;
}

main .unterricht li {
	font-family: documenta;
}

ol li ul li {
	font-size: 0.85em;
}

ol li ul {
	margin-top: 10px;
}


.link-lightbox.teachright {
	float: right;
	width: 40%;
	clear: none;
	padding-bottom: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}

.link-lightbox.teachleft {
	float: left;
	width: 40%;
	clear: none;
	padding-bottom: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Shop */

#shop .vm-wrap.vm-order-done {
	max-width: 800px;
	margin: auto;
	width: 100%;
}

#shop .vm-wrap.vm-order-done .vm-button-correct {
	display: none;
}

#shop .container.full.grey {
	padding-top: 180px;
	margin-top: -95px;
}

#shop .category_description {
	width: 100%;
	position: relative;
}
	

/* Cart Modul */

#vmCartModule {

}

#vmCartModule .total {
	display: none;
}

#vmCartModule .total_products {
	display: none;
}

#vmCartModule .show_cart {
	padding: 0.475rem 1.85rem;
	width: 100%;
}

#vmCartModule .show_cart{
	
}

#vmCartModule .show_cart a {
	background-image: url(../images/warenkorb.svg) !important;
	background-size: 50px !important;
	background-repeat: no-repeat;
	background-position: center !important;
	position: fixed;
	top: 40px;
	right: 220px;
	height: 60px;
	width: 60px;
	cursor: pointer;
	background-color: #D81A1C !important;
	border-radius: 60px !important;
	padding-left: 20px;
	padding-top: 13px;
	box-shadow: 0px 0px 15px #00000029;
	z-index: 1000;
	transition: right ease-in-out 0.2s;
	font-size: 0;
	border: 0 !important;
	text-indent: -99999999px;
}

.activebody #vmCartModule .show_cart a {
	right: 325px;
	transition: right ease-in-out 0.2s;
}

/* Allgemein */

.nopad.teaserimg {
	margin-top: 10px;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
}

.nopad.teaserimg img {
	margin-bottom: 10px;
}

.custom h2 {
	padding-top: 0;
}

/* Buttons */

.continue_link, a.details, .vm-button-correct, .control-buttons button.default {
	color: #12577D !important;
	border-radius: 0 !important;
	border-color: #12577D !important;
	font-size: 0.7em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	padding: 0.475rem 1.85rem !important;
	letter-spacing: 0.1rem !important;
	border: 1px solid !important;
	cursor: pointer;
	background: transparent !important;
	font-weight: normal !important;
}

.continue_link:hover, a.details:hover, .vm-button-correct, .control-buttons button.default:hover {
	color: #fff !important;
	background: #12577D  !important;
}

.vm-button-correct:hover {
	color: #12577D !important;
	background: #fff  !important;
}

/* Übersicht */

.browse-view {
	max-width: 100%;
	background: #f2f2f2;
	padding-top: 180px;
	margin-top: -95px;
	padding-bottom: 80px;
	margin-bottom: 0 !important;
}

#shop .vm-product-descr-container-1 {
	min-height: 0;
	margin-bottom: 40px;
	float: left;
}

#shop .category-view {
	margin-bottom: 0;
}

#shop .category-view h4 {
	margin: 0;
	margin-bottom: 1em;
}

#shop .vm-pagination ul {
	text-align: center !important;
	margin-top: 40px;
	padding-bottom: 0;
}

#shop div[class*="-view"] .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1860px;
	margin: auto;
}

.vm-cart-header-container {
	margin-top: 180px;
}

.vm-col-9999 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin-bottom: 20px;
	min-width: 25% !important;
}

.browse-view .orderby-displaynumber {
	display: none;
}

.browse-view h1 {
	padding-left: 15px;
	display: none;
}

.spacer.product-container {
	border: 0px solid #ddd!important;
	margin: 0px!important;
	padding: 0 !important;
}

.vm-product-descr-container-1 > h2 a, .vm-product-descr-container-0 > h2 a {
	font-size: 1.5em !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	text-align: left !important;
	text-decoration: none !important;
	width: 100%;
	float: left;
}

p.product_s_desc, .vm3pr-1, .addtocart-bar, .vm-details-button, .addtocart-area {
	display: none;
}

/* Detail Ansicht */

.product-container.productdetails-view.productdetails {
	background: #f2f2f2;
	float: left;
	max-width: 100%;
	padding-top: 8em;
	padding-bottom: 8em;
}

.product-description .moduletable {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#shop span.addtocart-button {
	margin-bottom: 40px;
}

span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button, span.addtocart-button span.addtocart-button-disabled {
	max-width: 100%;
	background: #D81A1C !important;
	color: #fff;
	border: solid #D81A1C 1px !important;
	border-radius: 0px !important;
	font-size: 1em !important;
	cursor: pointer;
	text-align: center;
	letter-spacing: 0.1rem !important;
	padding: 12px;
	margin-bottom: 0;
	text-transform: uppercase !important;
	font-size: 0.7em !important;
}

span.addtocart-button span.addtocart-button:hover, span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover, span.addtocart-button span.addtocart-button-disabled:hover {
	background: transparent !important;	
		color: #D81A1C!important;
}

.product-short-description {
	display: block;
	height: 0;
	overflow: hidden;
}

.product-description .title {
	display: none;
}

.product-description .intro {
	font-family: documenta-italic;
	font-style: normal;
	font-weight: normal;
	width: 100%;
	float: left;
}

.product-description .teaser {
	max-width: 100%;
	font-size: 1.8em;
	margin-bottom: 20px;
	padding-top: 10px;
}

.back-to-category, span.quantity-box, span.quantity-controls  {
	display: none!important;
}

.product-container.productdetails-view.productdetails h1 {
	width: 50%;
	float: left;
	padding-left: 15px;
	margin-bottom: 0;
	max-width: 1000px;
}

.productdetails-view .spacer-buy-area {
	padding-left: 0 !important;
	float: left;
	margin-top: 20px;
}

span.vm-price-desc {
	margin: 0!important;
}

#shop .productdetails-view .PricesalesPrice {
	font-size: 4em;
	margin-top: 30px !important;
	margin-bottom: 10px;
}

#shop .product-description {
	padding-bottom: 6em;
}

.PricesalesPrice {
	font-size: 2em;
	font-family: documenta-sans-regular-table;
	margin-top: 40px;
}

.productdetails-view .product-short-description {
	margin: 0 !important;
	padding: 0 15px !important;
	width: 55%;
	float: right;
	clear: both;
	font-size: 2.5em;
}

.vm-product-container {
	width: 50%;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	transition: width ease-in-out 0.5s;
	padding-top: 25px;
}

.activebody .vm-product-container {
	transition: width ease-in-out 0.5s;
}	

.vm-product-container .vm-product-media-container {
	float: left !important;
	width: 100% !important;
}

.vm-product-media-container .main-image {
	max-width: 600px;
}

.vm-product-media-container .main-image a {
	cursor: context-menu;
}

.vm-product-details-container {
	float: left !important;
	width: 100% !important;
}

.productdetails-view .product-description, .product-fields {
	margin: 0;
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

#fancybox-overlay, #fancybox-wrap {
	display: none !important;
}

.product-fields {
	display: none;
}

.productdetails-view .addtocart-area, .productdetails-view .addtocart-bar {
	display: block;
}

/* Warenkorb */

#shop #checkoutForm {
	padding-left: 15px;
	padding-right: 15px;
}

#shop .width50.floatleft.vm-cart-header {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

#shop .checkoutStep {
	display: none;
}

.continue_link {
	position: absolute;
	right: 55px;
	top: 200px;
	transition: right ease-in-out 0.2s;
	background-color: #D81A1C!important;
	border-color: #D81A1C!important;
	color: #fff!important;
}

.continue_link:hover {
	background-color: #fff!important;
	border-color: #D81A1C!important;
	color: #D81A1C!important;
}

.activebody .continue_link {
	right: 395px;
	transition: right ease-in-out 0.2s;
}

#shop .billto-shipto {
	border-top: solid #12577D 1px;
	border-bottom: solid #12577D 1px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.PricediscountedPriceWithoutTax.vm-display.vm-price-value, .PricesalesPrice.vm-display.vm-price-value .PricesalesPrice {
	font-size: 1.22em!important;
}

#shop table.cart-summary tr th, #shop .cart-summary td, #shop .cart-summary th {
	background: transparent;
	padding: 0;
	border: 0;
	font-size: 0.8em;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 1em;
	font-weight: normal;
}

#shop .vm-cart-item-total .PricesalesPrice, #shop .PricesalesPrice.vm-display.vm-price-value .PricesalesPrice, #shop .PricebillTotal  {
	font-size: 1em;
	font-family: documenta-sans-regular-table;
	margin-top: 0!important;
}

.PricesalesPrice.vm-display.vm-price-value {
	margin-top: 0;
	font-size: 1em;
}

.PricebillTaxAmount.vm-display.vm-price-value {
	display: none;
}

#shop .PricebillTotal  {
	font-size: 1.4em;
	color: #12577D;
}

#shop .vm-cart-item-sku, #shop .vm-cart-item-tax, #shop .vm-cart-item-discount  {
	display: none;
}

#shop .vmicon.vm2-billto-icon, #shop .vmicon.vm2-shipto-icon {
	display: none;
}

#shop .cart-summary {
	position: relative;
	font-family: documenta-sans-regular-table;
}

#shop .cart-summary .quantity-input {
	height: 35px;
	width: 35px;
	background: #fff;
	border: 1px solid #12577D;
	border-radius: 0;
	color: #12577D;
	float: left;
	margin-right: 5px;
	margin-top: -5px;
	font-weight: normal;
}

.vm-cart-item-basicprice {
	position: absolute;
	right: 40%;
	width: 100px;
}

#shop .vm-cart-item-quantity {
	position: absolute;
	right: 20%;
	width: 110px;
	text-align: left;
}

#shop .vmicon.vm2-add_quantity_cart, #shop .vmicon.vm2-remove_from_cart {
	background-image: url(../images/reload.svg);
	padding: 0;
	width: 25px;
	height: 25px;
	background-position: center center;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-size: 20px;
	margin-top:0;
}

#shop .vmicon.vm2-remove_from_cart {
	background-image: url(../images/close.svg);
}

#shop .vmicon.vm2-add_quantity_cart:hover, #shop .vmicon.vm2-remove_from_cart:hover {
	background-color: transparent;
}

#shop .vm-cart-item-total {
	width: 120px;
	position: absolute;
	text-align: right;
	right: 0px;
}

.sectiontableentry1 h4 {
	display: none;
}

.vmpayment_name {
	display: none;
}

.vm-cart-item-name {
	padding-bottom: 15px !important;
}

.vm-cart-item-name a {
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.4em;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 7;
	text-decoration: none;
	display: block;
}

.vm-cart-item-name a:hover {
	text-decoration: underline;
}

.output-billto::after {
	content: 'Bitte geben Sie Ihre Rechnungsadresse ein';
}

#shop span.cart-images img {
	float: left;
	margin: 0;
	width: 135px;
	margin-bottom: 0;
	padding-right: 10px;
}

#shop .checkout-button-top {
	text-align: right;
	border-top: 1px solid #12577D;
	padding: 20px 0 0px;
	margin-top: 30px;
}

#shop td[colspan="4"] {
	text-align: right;
}

#shop td[colspan="4"] h4 {
	margin-top: 20px;
}

#shop .vmpayment_description {
	display: none;
}

#shop span.tos {
	display: none;
}

#shop .vm2-termsofservice-icon {
	display: none;
}

.billto-shipto span, a.terms-of-service, #full-tos h2 {
	display: inline-block;
	font-size: 0.8em;
	float: left;
	width: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 1em;
}

#tos {
	margin-top: 4px;
	float: left;
	margin-right: 10px;
}

#full-tos.active {
	display: block !important;
}

#full-tos {
	display: block !important;
	font-size: 0.8em;
}

#full-tos h2 {
	font-size: 1em;
}

.cart.tos {
	margin-top: 40px;
}

/* Rechnung Versand */

#virtuemart_country_id_field {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-transform: none;
	border: 0px solid #000;
	width: 100%;
	max-width: 600px;
	height: 40px;
	color: #000;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: documenta-italic;
	font-weight: normal;
	font-style: normal;
	outline-style: none !important;
	box-shadow: none !important;
	border-radius: 20px !important;
	padding: 0px 15px;
}

#virtuemart_country_id_field {
	width: 100% !important;
	max-width: 400px;
	border: 0;
	padding: .5em;
	height: 45px;
	margin-bottom: 1em;
	background: #f2f2f2 !important;
	color: #12577D !important;
	font-style: normal;
	font-family: documenta-sans-regular;
	border-radius: 20px !important;
}

::placeholder {
	opacity: 1;
}

table.user-details input {
	background: #f2f2f2 !important;
	border: solid #12577D 0px !important;
	border-radius: 20px !important;
	color: #12577D !important;
	margin-bottom: 15px !important;
	float: left;
	width: 400px !important;
	text-align: left;
	padding: 10px !important;
}

:focus::placeholder {
	opacity: .5;
}

#shipto_address_type_name_field {
	display: none;
}

.adminForm.user-details .key {
	display: none;
}

.info_events, .info_events2, #info_events_field, #info_events2_field, #shipto_info_events_field, #shipto_info_events2_field  {
	display: none;
}

.cart.info-events #info_events_field, .cart.info-events2 #info_events2_field {
	display: block;
}

.cart.info-events, .cart.info-events2 {
	float: right;
	width: calc(100% - 20px);
	position: relative;
	left: -10px;
}

#info_events_field, #info_events2_field {
	margin-left: -10px;
}

.form-validate fieldset {
	display: block;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
}

.form-validate fieldset fieldset {
	padding-left: 0 !important;
}

.form-validate fieldset h2 {
	margin-top: 3em;
}

.form-validate fieldset h2::before {
	content: 'Bitte Adressdaten ';
}

.form-validate .control-buttons {
	text-align: left !important;
	margin: 10px 10px 40px 15px;
}

tr[title="Adresse Kurzbezeichnung"]::before {
	content: 'Lieferadresse';
	display: block;
	font-size: 1.5rem;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.userfields_info {
	font-weight: normal !important;
	margin-bottom: 30px !important;
}

/* Suche */

.badge {
	border-radius: 0;
}

.badge-info {
	background-color: transparent;
	font-family: documenta-sans-regular-table;
	color: #D81A1C;
	padding: 0;
}

#searchForm {
	position: sticky;
	right: 0px;
	width: auto;
	top: 120px;
	float: right;
	background: #f2f2f2;
	padding-left: 40px;
	padding-right: 40px;
}

#searchForm.empty {
	position: relative;
	left: 0;
	right: auto;
	float: left;
	top: 0;
	margin-bottom: 8em;
}

.search .page-title {
	margin-top: 5em;
	padding-left: 5px;
}

#searchForm .form-limit, #searchForm .counter {
	display: none;
}

#searchForm .only {
	padding-bottom: 35px;
}

#searchForm.empty .only {
	padding-bottom: 35px;
	float: left;
}

#searchForm .only label {
	margin-right: 20px;
}


#searchForm .btn-toolbar {
	margin-top: 50px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#search-searchword {
	border: 0;
	border-bottom: 1px solid #12577D;
	text-align: center;
	margin-right: 10px;
	text-align: left;
	color: inherit;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 0.2em;
	padding-left: 0.7em;
	background-color: transparent;
	border-radius: 0px;
}

#searchForm .btn.hasTooltip {
	background: #12577D;
	color: #fff;
}

.search-results {
	width: 50%;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 0px;
	max-width: 50em;
}

.result-created {
	border-bottom: 1px solid;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.result-title {
	font-size: 0.8em;
	font-weight: normal;
	border-top: 1px solid;
	margin-top: 40px;
	padding-top: 20px;
	float: left;
	width: 100%;
}

.result-title a {
	font-size: 2em;
	float: none;
	text-decoration: none;
}

.result-title a:hover {
	text-decoration: underline;
}

.result-category {
	padding-top: 10px;
	float: left;
	width: 100%;
}

.result-text {
	font-size: 1.3em;
}

/* Newsletter */

.newsletter {
	margin-top: 12em;
	padding-left: 15px;
	padding-right: 15px;
}

.newsletter .col-md-6 {
	border: 1px solid #000;
	padding: 0;
	max-width: 600px;
}

.nlanrede {
	background: #ededed;
	padding: 40px;
	font-size: 20px;
}

.nlzusatz {
	border-left: 40px solid #ededed;
	padding: 40px;
	border-bottom: 40px solid #ededed;
}

.nlzusatz h1 {
	font-size: 2.5em;
}

.nlinhalt {
	background: #ededed;
	padding: 40px;
}

.nlevents {
	padding: 40px 10px;
}

.nlevents .col-md-12 h2 {
	padding: 10px;
	margin-bottom: 40px;
}

.nlevents .col-md-8 h2 {
	font-size: 1.8em;
	padding: 0;
	margin-bottom: 20px;
}

.nlevents .col-md-8 em {
	margin-top: -10px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.nlevents .clearblock {
	float: left;
	clear: both;
	width: 100%;
	height: 0;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left: 15px;
	padding-right: 15px;
}

.nlevents hr {
	border-top: 1px solid #12577D;
	margin-top: 0;
	margin-bottom: 0;
}

.nlevents:last-child hr {
	display: block;
}

/* Responsive */

@media (max-width:1860px) {
	
.container {
	padding-left: 40px;
	padding-right: 40px;
}

.container.foot {
	font-size: 0.65em;
	padding-left: 55px;
	padding-right: 55px;
}


}

@media (max-width:1620px) {
	
.twitter .text, .col-md-5.twitter.white.flying .text {
	font-size: 1em;
}

	
	
}


@media (max-width:1500px) {

h1, .big h2, #shop .carousel1 h2 {
	font-size: 2.5em;
	max-width: 20em;
}

.carousel0 .col-md-6.centercenter div, .carousel1 .col-md-6.centercenter div, .carousel12 .col-md-6.centercenter div, .col-md-6.centercenter div {
	vertical-align: top;
	padding-top: 50px;
}	
	
}

@media (max-width:1340px) {
	
.activebody .anmeldebox {
	position: relative;
	background: #fff;
	padding: 0px 30px;
	width: 100%;
	top: 0;
	margin-bottom: 80px;
}

.anmeldebox.flying {
	position: relative !important;
	right: auto !important;
	width: 100% !important;
	top: 0 !important;
	min-width: 100% !important;
	float: left !important;
	margin-bottom: 60px !important;
}
	
.activebody .anmeldebox .collapse {
	display: none;
}

.activebody .anmeldebox .collapse.show {
	display: block;
}	

.activebody .col-md-6.equalizer.pressebox {
	min-width: 100%;
	order: 2;
}

.activebody .anmeldebox .card-header .btn::after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	transition: ease-in-out 0.2s;
	transform-origin: 50%;
	float: right;
	background-image: url(../images/pfeilunten.svg);
	background-position: center;
	background-size: 40px;
	background-repeat: no-repeat;
	margin-right: -30px;
	transform: rotate(180deg);
	cursor: pointer;
	margin-top: 5px;
	position: absolute;
	right: 20px;
	top: 30px;
}

.activebody .anmeldebox .card-header .btn.collapsed::after {
	transform: rotate(0deg);
}	

.activebody .container.pressecontainer {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap-reverse;
}

.activebody .container.pressecontainer .equalizer {
	height: auto !important;
}

.activebody .col-md-4.equalizer.anmeldewrapper {
	min-width: 100%;
	float: left;
	order: 2;
}
	
.activebody .col-md-3 {
	max-width: 33.33333%;
}	
	
.carousel0 .col-md-6.centercenter div, .carousel1 .col-md-6.centercenter div, .carousel12 .col-md-6.centercenter div, .col-md-6.centercenter div {
	padding-top: 0;
}	

.activebody .carousel0 .col-md-6.centercenter div, .activebody .carousel1 .col-md-6.centercenter div, .activebody .carousel12 .col-md-6.centercenter div, .activebody .col-md-6.centercenter div {
	padding-top: 0;
}
	
.activebody .carousel0 .col-md-12, .activebody .carousel1 .col-md-12, .activebody .carousel12 .col-md-12, .activebody .mobileblock .col-md-12 {
	height: auto;
	padding: 0;
	background-color: #f2f2f2;
}	
	
.activebody .carousel0 .col-md-6.background, .activebody .carousel1 .col-md-6.background, .activebody .carousel12 .col-md-6.background, .activebody .mobileblock .col-md-6.background {
	width: 100%;
	height: auto;
	max-width: 100%;
	background-color: #f2f2f2;
	float: left;
	clear: both;
}

.activebody .col-md-6.background img {
	width: 100%;
}

.activebody .carousel0 .col-md-6.centercenter, .activebody .carousel1 .col-md-6.centercenter, .activebody .col-md-6.centercenter, .activebody .carousel2 .col-md-4.centercenter, .activebody .mobileblock .col-md-6.centercenter {
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	display: block;
	width: calc(100% - 55px);
	float: right;
	top: -80px;
	background: #fff;
	height: auto !important;
	max-width: 100%;
	clear: both;
	padding-bottom: 30px;
}

.activebody .carousel0 .col-md-6.background .caption, .activebody .carousel1 .col-md-6.background .caption, .activebody .carousel12 .col-md-6.background .caption {
	padding: 60px 0px;
}	

.activebody .startlink {
	background-color: transparent;
	padding: 0;
	padding-top: 20px;
	padding-right: 50px;
}

.activebody .startlink.random {
	position: relative;
	float: right;
	right: 0;
}

.activebody .startlink.content.top {
	bottom: 0;
}

.activebody .startlink.content, .activebody .startlink.bottomgrey {
	bottom: 0px;
	right: 50px;
	z-index: 2;
	padding: 0;
	position: absolute;
}

.activebody .startlink.grey {
	bottom: 0px;
	right: 0;
	z-index: 2;
	padding: 0;
	position: relative;
	background: #f2f2f2;
	width: 100%;
	text-align: right;
	padding-right: 50px;
	height: 20px;
	padding-top: 40px;
}

.activebody .desktopblock {
	display: none;
}

.activebody .mobileblock {
	display: block;
}

.col-md-5.facebook {

	top: 30%;
}

.col-md-5.twitter.white.flying {
	top: 65%;
}

.activebody .col-md-5.twitter.white.flying {
	display: none;
}

.activebody .col-md-4.instagram.white.flying2 {
	width: 30%;
	top: 60%;
}
	
	
}

@media (max-width:1200px) {
	
.carousel0 .col-md-6.background, .carousel1 .col-md-6.background, .carousel12 .col-md-6.background {
	width: 100vh;
}

.col-md-6.nopad.teaserimg {
	max-width: 100%;
	padding-right: 0 !important;
}	
	
}


@media (max-width:1000px) {
	
.activebody .carousel0 .col-md-6.background .caption, .activebody .carousel1 .col-md-6.background .caption, .activebody .carousel12 .col-md-6.background .caption {
	padding: 20px 10px;
}	
	
.container.mitarbeiter {
	padding-left: 0;
	padding-right: 0;
}	

#shop .container.prevnext {
	top: 25%;
}

#shop .zweierblock .container.prevnext {
	top: 50%;
}

.blog.team.mitarbeiter .clearblock {
	height: 0;
	padding: 1em;
	background: #f2f2f2;
}

.container.full.white.zweierblock .clearblock {
	background: #fff;
}

.clearblock.mobile {
	height: 6em !important;
}
	
.anmeldebox .card-header .btn::after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	transition: ease-in-out 0.2s;
	transform-origin: 50%;
	float: right;
	background-image: url(../images/pfeilunten.svg);
	background-position: center;
	background-size: 40px;
	background-repeat: no-repeat;
	margin-right: -30px;
	transform: rotate(180deg);
	cursor: pointer;
	margin-top: 5px;
	position: absolute;
	right: 20px;
	top: 30px;
}

.anmeldebox .card-header .btn.collapsed::after {
	transform: rotate(0deg);
}	
	
.clearblock.big {
	height: 6em !important;
}	
	
.activebody .col-md-5.twitter.white.flying {
	display: block;
}	
	
.anmeldebox {
	position: relative;
	background: #fff;
	padding: 0px 40px;
	width: 100%;
	top: 0;
	margin-bottom: 80px;
}
	
.anmeldebox .collapse {
	display: none;
}

.anmeldebox .collapse.show {
	display: block;
}	

.col-md-6.equalizer.pressebox {
	min-width: 100%;
	order: 2;
}

.container.pressecontainer {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap-reverse;
}

.container.pressecontainer .equalizer {
	height: auto !important;
}

.col-md-4.equalizer.anmeldewrapper {
	min-width: 100%;
	float: left;
	order: 2;
}
	
	
.carousel0 .col-md-6.centercenter div, .carousel1 .col-md-6.centercenter div, .carousel12 .col-md-6.centercenter div .col-md-6.centercenter div {
	padding-top: 0;
}	
	
.desktopblock {
	display: none;
}

.mobileblock {
	display: block;
}	
	
.startlink {
	background-color: transparent;
	padding: 0;
	padding-top: 20px;
	padding-right: 50px;
}

.startlink.random {
	position: relative;
	float: right;
}

.startlink.content.top {
	bottom: 0;
}

.startlink.content, .startlink.bottomgrey {
	bottom: 0px;
	right: 50px;
	z-index: 2;
	padding: 0;
	position: absolute;
}

.startlink.grey {
	bottom: 0px;
	right: 0;
	z-index: 2;
	padding: 0;
	position: relative;
	background: transparent;
	width: 100%;
	text-align: right;
	padding-right: 50px;
	height: 20px;
	padding-top: 40px;
}

.carousel1, .carousel12, .container.shopstart .carousel3 {
	background-color: #f2f2f2;
}

.carousel0 {
	background-color: #fff;
}

footer p {
	font-size: 1.5em;
	padding-right: 0px;
	padding-bottom: 40px;
}
	
footer .bordertop {
	padding-top: 60px;
}	

footer .col-md-4, footer .col-md-6 {
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}	
	
.social .col-md-3, .social .col-md-6 {
	max-width: 50%;
}	
	
.activebody main, .activebody footer, .activebody aside {
	width: 100%;
}

.activebody .continue_link {
	right: 55px;
}	

.col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.newsflash-horiz.mod-list li {
	width: 33.33333%;
}

.vm-col-9999 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	margin-bottom: 20px;
	min-width: 33.33333% !important;
}

.carousel0 .col-md-6.background, .carousel1 .col-md-6.background, .carousel12 .col-md-6.background, .mobileblock .col-md-6.background {
	width: 100%;
	height: auto;
	max-width: 100%;
	background-color: #f2f2f2;
	float: left;
	clear: both;
}

.col-md-6.background img {
	width: 100%;
}

.carousel0 .col-md-6.centercenter, .carousel1 .col-md-6.centercenter, .carousel12 .col-md-6.centercenter, .col-md-6.centercenter, .carousel2 .col-md-4.centercenter, .mobileblock .col-md-6.centercenter {
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	display: block;
	width: calc(100% - 55px);
	float: right;
	top: -40px;
	background: #fff;
	height: auto !important;
	max-width: 100%;
	clear: both;
	padding-bottom: 30px;
}

.activebody .carousel0 .col-md-6.centercenter, .activebody .carousel1 .col-md-6.centercenter, .activebody .carousel12 .col-md-6.centercenter, .activebody .col-md-6.centercenter, .activebody .carousel2 .col-md-4.centercenter, .activebody .mobileblock .col-md-6.centercenter {
	top: -40px;
}

.container.prevnext.first, .container.prevnext.firstfirst {
	top: 25%;
}

.carousel2 .col-md-4.centercenter {
	bottom: 0px;
	position: absolute;
	top: auto;
}

.carousel0 .col-md-12, .carousel1 .col-md-12, .carousel12 .col-md-12, .mobileblock .col-md-12 {
	height: auto;
	padding: 0;
	background-color: #f2f2f2;	
}

.col-md-6.background img {
	height: auto;
}

.carousel0 .col-md-6.background img {
	height: 100%;
	padding-bottom: 0 !important;
}

/* Social */

.col-md-5.twitter, .col-md-3.instagram, .col-md-4.facebook, .col-md-4.instagram, .col-md-5.facebook, .col-md-5.twitter.white.flying, .col-md-4.instagram.white.flying2 {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 50%;
	width: 50%;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin-top: auto;
}

.socialhover {
	padding: 0;
	height: 100%;
	background-color: transparent!important;
	float: left;
	width: 100%;
	box-shadow: none !important;
}

.twitter:hover .socialhover, .facebook:hover .socialhover, .instagram:hover .socialhover {
	background-color: transparent !important;
	box-shadow: none !important;
}

.social .btn {
	display: block;
	width: auto;
	float: left;
}

.social .text {
	font-size: 1.4em !important;
}

#searchForm {
	position: relative;
	right: 0px;
	width: auto;
	margin-top: 10px;
	float: left;
	background: #f2f2f2;
	padding-left: 40px;
	padding-right: 40px;
	top: 0;
	left: 5px;
}

.search-results {
	width: 100%;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 30px;
	max-width: 700px;
	float: left;
}

}

@media (max-width:1024px) {
.col-md-10.big {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 30px;
}
}


@media (max-width:768px) {
  
.modalimg {
	padding: 1em;
}
  
.carousel6er .col-md-6 .col-md-6 {
	width: 50%;
}   
	
.col-md-4.equalizer.anmeldewrapper {
	padding-top: 40px;
}	
	
.container.full.grey.top, #shop .container.full.grey {
	padding-top: 120px;
}	
	


.col-md-2, .col-md-6, .zweierblock .col-md-1, .zweierblock .col-md-4, .zweierblock .col-md-5, .zweierblock .col-md-9 {
	width: 100%;
	max-width: 100%;
}

.newsflash-horiz.mod-list li {
	width: 50%;
}

.col-md-6.equalizer.pressebox {
	padding: 0 15px;
}

.anmeldebox {
	max-width: 100%;
}

}


@media (max-width:767px) {
	
.newsletter {
	padding-left: 0;
	padding-right: 0;
}	
	
.activebody .carousel0 .col-md-6.background .caption, .activebody .carousel1 .col-md-6.background .caption, .activebody .carousel12 .col-md-6.background .caption {
	padding: 20px 5px;
}	
	
.introtext.presse.bild {
	padding: 20px 0;
	padding-top: 40px;
}	

.col-md-6.equalizer.pressebox {
	padding: 0;
}
	
.course_details.floattext {
	margin-top: -11px;
}	

div#seminarman div.description, div#seminarman h2 {
	padding-left: 30px !important;
	padding-right: 30px!important;
}

div#seminarman h2 { 
	font-size: 2.5em!important;
}

#course_appform #adminForm {
	padding-left: 20px !important;
	padding-right: 20px!important;
}
	
.form-validate fieldset h2 {
	margin-left: 0;
}	
	
.form-validate fieldset {
	padding-left: 0;
	padding-right: 0;
}	

.form-validate .control-buttons {
	margin-left: 0;
}
	
#shop .width50.floatleft.vm-cart-header {
	padding-left: 0;
}	
	
.carousel0 .col-md-6.background .caption, .carousel1 .col-md-6.background .caption, .carousel12 .col-md-6.background .caption {
	padding: 20px 5px;
}	
	
.introtext.pressebildtext {
	padding: 40px 0;
	padding-bottom: 80px;
	padding-top: 0px;
}	
	
.blog.team.mitarbeiter .item.column-1 {
	padding-left:0;
	padding-right: 0;
}

#shop .billto-shipto {
	border-top: solid #12577D 1px;
	border-bottom: solid #12577D 0px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 0;
}

.activebody .col-md-3 {
	max-width: 50%;
}	
	
.search-results {
	padding-left: 0;
	padding-right: 0;
}	
	
.activebody .carousel0 .col-md-6.centercenter, .activebody .carousel1 .col-md-6.centercenter, .activebody .carousel12 .col-md-6.centercenter, .activebody .col-md-6.centercenter, .activebody .carousel2 .col-md-4.centercenter, .activebody .mobileblock .col-md-6.centercenter {
	width: calc(100% - 30px);
}	
	
#\ infothek .item.column-1 .col-md-3.equalizer {
	padding-left: 0;
}	
	
#searchForm {
	left: 0;
}	

.item.column-1 {
	padding-left: 15px;
	padding-right: 15px;
}

.search {
	padding-left: 30px;
}
	
.carousel0 .col-md-6.centercenter, .carousel1 .col-md-6.centercenter, .carousel12 .col-md-6.centercenter, .col-md-6.centercenter, .carousel2 .col-md-4.centercenter, .mobileblock .col-md-6.centercenter {
	width: calc(100% - 30px);	
}

.carousel0 .col-md-6.background .caption, .carousel1 .col-md-6.background .caption, .carousel12 .col-md-6.background .caption {
	max-width: 415px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.stoererstart, .activebody .stoererstart {
	right: 40px;
	top: 150px;
	width: 175px;
	height: 175px;
	border-radius: 175px;
}

.startlink,  .startlink.grey {
	padding-right: 40px;
}

.startlink.content, .startlink.bottomgrey {
	right: 40px;
}

.stoererfly {
	right: 0px;
	top: 0px;
	height: 50px;
	border-radius: 50px;
	padding: 0 30px;
}
	
.slick-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-size: 40px;
}	

.prevbtn.slick-arrow {
	margin-left: 0;
}

.nextbtn.slick-arrow {
	right: 30px;
	margin-top: -25px;
}
	
.container.background {
	margin-top: -21px;
}

#vmCartModule .show_cart a {
	top: auto;
	right: auto;
	left: auto;
}	

.share-btn-msg {
	width: 250px;
	float: left;
	background: #fff;
	height: 50px;
	margin-top: -13px;
	line-height: 4;
	font-size: 14px;
	padding-left: 20px;
	margin-left: -20px;
	z-index: -5;
	position: relative;
	border-radius: 50px;
	box-shadow: 0px 0px 15px #00000029;
	display: none;
	transition: right ease-in-out 0.0s;
}

.startclaim {
	padding-left: 0;
}	
	
.carousel2 .col-md-4.centercenter {
	background: #fff;
	padding: 40px;
	margin-top: 5vw;
	height: calc(100vh - 10vw);
}	
	
.social .text {
	font-size: 1.4em;
}	
	
.social .col-md-3, .social .col-md-6 {
	margin-bottom: 40px;
	margin-top: 0px;
	max-width: 100%;
}	
	
.col-md-10.big {
	padding-left: 15px;
	padding-right: 15px;
}

.startlink.bottomgrey {
	bottom: 0px;
}	

.startlink.grey {
	bottom: 40px;
}
	
.startclaim span {
	margin-left: 0;
}	

.startlink {
	position: relative;
	transition: none;
	float: right;
}
	
.vm-col-9999, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 0px;
	padding-left: 0px;
}	
	
.clearblock {
	height: 4em;
}
	
.items-row {
	padding: 0 15px;
}	

.newsflash-horiz.mod-list li .col-md-3 {
	padding-left: 0;
	padding-right: 30px;
}

.newsflash h3 {
	padding-left: 0;
}

.newsflash-horiz.mod-list li {
	width: 50%;
}

.col-md-5.twitter, .col-md-3.instagram, .col-md-4.facebook, .col-md-4.instagram, .col-md-5.facebook, .col-md-5.twitter.white.flying, .col-md-4.instagram.white.flying2 {
	max-width: 100%;
	width: 100%;
}	

.col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-3.equalizer {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}	

body {
	font-size: 14px;
}

main {
	margin-top: 90px;
}

.container, .browse-view, .container.foot, .product-container.productdetails-view.productdetails, .cart-view, .vm-cart-header-container, .form-validate, .search {
	padding-left: 30px;
	padding-right: 30px;
}

#shop #checkoutForm {
	padding-left: 0;
	padding-right: 0;
}

.navbar-brand {
	padding-left: 0;
}

.navbar-brand img {
	width: 200px;
}

header {
	height: 90px;
}

.navbar.mobile .container {
	height: 111px;
}

.burger, .burgersearch {
	top: 20px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	padding-left: 15px;
	padding-top: 14px;
}

.burgerlayer {
	margin-top: 4px;
}

.open .burgerlayer.top {
	margin-top: 11px;
}

.open .burgerlayer.bottom {
	margin-top: -8px;
}

.share-btn {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-size: 40px;
}

.burger.search, .burgersearch {
	right: 95px;
	top: 20px;
	background-size: 40px;
}

#vmCartModule .show_cart a {
	background-size: 45px !important;
	top: auto;
	right: auto;
	height: 60px;
	width: 60px;
	border-radius: 60px;
	bottom: 20px;
	right: 30px;
	left: auto;
}

.infothekbild .link-lightbox img, .linkbox img {
	height: 50px;
	width: 50px;
	border-radius: 50px;
	background-size: 40px;
}

.item-434::after, .item-232::after {
	width: 20px;
	height: 20px;
	background-size: 20px;
	margin-left: 10px;
}

.activebody #vmCartModule .show_cart a {
	right: 30px;
}

.burger.search.open, .activebody .burgersearch {
	right: 30px;
}

.navbar.mobile .menuback.open {
	padding-top: 90px;
	width: 325px !important;
	padding-left: 40px;
}

.menuback .search {
	margin-bottom: 0px;
	margin-left: 20px;
}

.inputbox.search-query.input-medium {
	font-size: 0.9em;
}

.menuback .search .button[type="image"] {
	margin-top: -1px !important;
}

.startclaim {
	font-size: 3.8em;
	bottom: 1.5em;
}

/* Warenkorb mobil */

/* Warenkorb */

#checkoutForm {
	padding: 10px 10px 0px 10px;
}

.billto-shipto .width50.floatleft {
	width: 100%;
	margin-bottom:40px;
	padding:0;
}

/* Tabellen */

 /* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	
	
	tr { border: 0px solid #ccc; }
	
		td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		width:100%;
		text-align:left;
	}
	
	
	
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	
	
	td:nth-of-type(1):before { content: ""; }
	td:nth-of-type(2):before { content: ""; }
	td:nth-of-type(3):before { content: ""; }
	td:nth-of-type(4):before { content: ""; }
	td:nth-of-type(5):before { content: ""; }
	td:nth-of-type(6):before { content: ""; }
	td:nth-of-type(7):before { content: ""; }
	td:nth-of-type(8):before { content: ""; }
	td:nth-of-type(9):before { content: ""; }
	td:nth-of-type(10):before { content: ""; }
	td:nth-of-type(11):before { content: ""; }
	td:nth-of-type(12):before { content: ""; }
	td:nth-of-type(13):before { content: ""; }
	td:nth-of-type(14):before { content: ""; }
	td:nth-of-type(15):before { content: ""; }

table.cart-summary tr th  {
  display: none;
}

.vm-cart-item-name {
	padding: 10px 0 !important;
	text-align: left !important;
	width: 100%;
	border-top: 1px solid !important;
	margin-top: 20px;
}

span.cart-images img {
	float: left;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0px;
	width: 50%;
}

.vm-cart-item-name a {
	float: left;
	clear: both;
}

td.vm-cart-item-sku, td.vm-cart-item-discount {
  display: none;
}

.cart-summary tr td {
	padding: 5px 0px !important;
	text-align: right;
}

.vm-cart-item-name {
	border-top: 0px solid !important;
	padding: 10px !important;
}

.cart-images {
	width: 100%;
	float: left;
	border-top: 1px solid;
	padding: 20px 0;
	margin-top: 20px;
}

.PricediscountedPriceWithoutTax.vm-display.vm-price-value:before {
  content: "Einzelpreis";
  float: left;
  padding: 0;
  position: relative;
  padding-right: 10px;
}

.PricetaxAmount.vm-display.vm-price-value:before {
  content: "0% MwSt.";
  float: left;
  padding: 0;
  position: relative;
}

.PricesalesPrice.vm-display.vm-price-value:before {
  content: "";
  float: left;
  padding: 0;
  position: relative;
}

.PricebillTaxAmount.vm-display.vm-price-value:before {
  content: "0% MwSt.";
  float: left;
  padding: 0;
  position: relative;
}

.PricebillTotal.vm-display.vm-price-value::before {
	content: "Gesamtsumme";
	float: left;
	padding: 0;
	position: relative;
	font-size: 1.4em;
	padding-right: 10px;
}

.vm-cart-item-total .PricesalesPrice.vm-display.vm-price-value::before {
	content: 'Zwischensumme';
	font-size: 1.22em;
	padding-right: 10px;
}

.vm-cart-item-quantity::before {
	content: 'Menge' !important;
	margin-left: -8px;
	float: left;
	height: 30px;
	position: relative;
	width: 70px;
}

.vm-cart-item-quantity {
	min-width: 100px;
	padding: 0px 0 !important;
	text-align: left !important;
	width: 100%;
	float:left;
}

.cart-summary .quantity-input {
	float: left;
}

.quantity-input.js-recalculate {
	margin-top: 5px;
}

.vm-cart-item-name a {
	margin-top: 0px;
}

.vm-cart-item-basicprice {
	padding: 0px 0 !important;
}

.vmicon.vm2-add_quantity_cart {
	margin-top: 8px;
	margin-left: 10px;
}

.PricesalesPrice.vm-display.vm-price-value {
	float: left;
}

fieldset td {
	border-bottom: 0;
	padding-left: 0;
	float: left;
}

.user-details label {
	font-size: 16px;
	padding: 5px;
	float: left;
}

td.key {
	padding: 0 6px;
	width: 100%;
}

#shipto_address_type_name_field, #shipto_first_name_field, #shipto_last_name_field, #shipto_address_1_field, #shipto_zip_field, #shipto_city_field, #shipto_phone_1_field  {
	margin-left: 0px;
}

#shipto_phone_1_field {
	margin-bottom: 40px;
}

fieldset h2 {
	margin: 10px 0px 10px 10px;
}

table.user-details input {
	width: 185px;
}

.cart-summary td, .cart-summary th {
	border: 0px solid #ddd;
	text-align: left !important;
	width: 100%;
}

#shop .vm-cart-item-quantity, #shop .vm-cart-item-total, .vm-cart-item-basicprice  {
	position: relative;
	right: auto;
	width: 100%;
}

.vm-col-9999 {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 50%;
	min-width: 50% !important;
}

.browse-view {
	padding-left: 15px;
	padding-right: 15px;
}

/* Product Detail */

.product-container.productdetails-view.productdetails h1 {
	padding-left: 0;
	width: 100%;
}

.vm-product-container {
	width: 100%;
	float: left;
	padding-left: 0;
	padding-right: 0;
}

.productdetails-view .product-description, .product-fields {
	margin: 0;
	width: 100%;
	float: left;
	padding-left: 0;
	padding-right: 0;
}

/* Warenkorb */

#shop span.cart-images img {
	float: left;
	margin: 0;
	width: 100%;
	margin-bottom: 0;
	padding-right: 0;
	max-width: 400px;
}

.vm-cart-item-name a {
	max-width: 100%;
	width: 100%;
	float: left;
	height: auto;
	line-height: 1;
}

.continue_link {
	right: 30px;
	top: 120px;
}

/* Seminare */

div#seminarman div.course_applicationform thead, div#seminarman div.course_applicationform tbody, div#seminarman div.course_applicationform th, div#seminarman div.course_applicationform td, div#seminarman div.course_applicationform tr, div#seminarman div.course_applicationform td label.lblradio-block {
	display: block;
	height: auto;
	float: left;
	width: 100%;
}

}


@media (max-width:580px) {
	
.startclaim {
	font-size: 3.2em;
}	

.startclaim span {
	margin-bottom: 5px;
	padding: 0 15px;
	margin-top: 5px;
}


.startclaim span {
	margin-left: 0;
	clear: both;
}

.startclaim .firstline, .startclaim .thirdline {
	padding-right: 20px;
}

h1, .big h2 {
	font-size: 2.5em;
}

}


@media (max-width:479px) {
  
.carousel6er {
	padding: 5px;
}  
  
.modalimg {
	padding: 10px;
}   
	
.nlzusatz h1 {
	font-size: 2em;
}	
	
.activebody .carousel0 .col-md-6.background .caption, .activebody .carousel1 .col-md-6.background .caption, .activebody .carousel12 .col-md-6.background .caption {
	padding: 20px 0px;
}	
	
div#seminarman div.description, div#seminarman h2 {
	padding-left: 20px !important;
	padding-right: 20px!important;
}

#course_appform #adminForm {
	padding-left: 10px !important;
	padding-right: 10px!important;
}	
	
.form-validate {
	overflow: hidden;
}	
	
table.user-details input, #virtuemart_country_id_field {
	width: 280px !important;
}	

.control-buttons button.default {
	margin-left: 0!important;
	margin-top: 20px!important;
}
	
.addtocart-button {
	float: left;
}

.menuback .search {
	margin-top: 40px;
}	

.nav.menutop.mod-list {
	margin-top: 10px;
	margin-bottom: -50px;
	padding-bottom: 40px;
}
	
.carousel0 .col-md-6.background .caption, .carousel1 .col-md-6.background .caption, .carousel12 .col-md-6.background .caption {
	padding: 20px 0px;
}	
	
#\ infothek .col-md-3.equalizer {
	padding-left: 15px;
	padding-right: 15px;
}	
	
.activebody .col-md-3 {
	max-width: 100%;
}	

.activebody .carousel0 .col-md-6.centercenter, .activebody .carousel1 .col-md-6.centercenter, .activebody .carousel12 .col-md-6.centercenter, .activebody .col-md-6.centercenter, .activebody .carousel2 .col-md-4.centercenter, .activebody .mobileblock .col-md-6.centercenter {
	width: calc(100% - 20px);
	padding-left: 20px;
	padding-right: 20px;
}
	
body {
	font-size: 14px;
}

.navbar.mobile .menuback.open {
	padding-left: 43px;
}

#searchForm .btn.hasTooltip {
	margin-top: 20px;
	float: left;
	width: 100%;
	background: #12577D;
	color: #fff;
}

#searchForm .btn-group.pull-left {
	width: 100%;
}

#searchForm .btn-group.pull-left .inputbox {
	width: 100%;
	margin-right: 0;
	text-align: center;
}

#\ infothek .item.column-1 .col-md-3.equalizer {
	padding-right: 0;
}

.col-md-3.equalizer {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 40px;
}

.social .facebook .text {
	font-size: 1.2em !important;
}	
	
.carousel0 .col-md-6.background .caption, .carousel1 .col-md-6.background .caption, .carousel12 .col-md-6.background .caption {
	max-width: 260px;
}	
	
.inputbox.search-query.input-medium {
	margin-left: 20px;
}	
	
.stoererstart, .activebody .stoererstart {
	right: 20px;
	top: 100px;
	width: 140px;
	height: 140px;
	border-radius: 140px;
	z-index: 1;
	font-size: 1.8em;
}

.startlink,  .startlink.grey {
	padding-right: 40px;
}

.startlink.content, .startlink.bottomgrey {
	right: 40px;
}	
	
.stoererfly {
	right: 0px;
    transform: rotate(-90deg) translateX(-7.5em) translateY(3.9em) !important;
	top: 0px;
	height: 45px;
	border-radius: 45px;
	padding: 0 25px;
    font-size: 1.8em;
}	
  
.stoererfly:hover {
	transform: scale(1) rotate(-90deg) translateX(-7.5em) translateY(3.9em) !important;
}  
  
.activebody .stoererfly {
	right: 215px;
	transition: right ease-in-out 0.5s;
	z-index: 2222;
}  

.carousel0 .col-md-6.centercenter, .carousel1 .col-md-6.centercenter, .carousel12 .col-md-6.centercenter, .col-md-6.centercenter, .carousel2 .col-md-4.centercenter, .mobileblock .col-md-4.centercenter {
	width: calc(100% - 20px);
}

.slick-arrow {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	background-size: 35px;
}	

.prevbtn.slick-arrow {
	margin-left: 0;
}

.nextbtn.slick-arrow {
	right: 20px;
	margin-top: -20px;
}
	
.continue_link {
	right: 20px;
}	
	
.vm-col-9999 {
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
	min-width: 100% !important;
}	
	
.navbar.mobile .menuback.open {
	width: 315px !important;
	overflow-x: hidden;
}	
	
.carousel0 .col-md-6.centercenter, .carousel1 .col-md-6.centercenter, .carousel12 .col-md-6.centercenter, .col-md-6.centercenter {
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
}	
	
.clearblock {
	height: 4em;
}	
	
.newsflash-horiz.mod-list li .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}	
	
.newsflash-horiz.mod-list li {
	width: 100%;
}	
	
.items-row {
	padding: 0 5px;
}	
	
.col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}	
	
main {
	margin-top: 75px;
}	
	
.container,.container.foot, .browse-view, .product-container.productdetails-view.productdetails, .cart-view, .vm-cart-header-container, .form-validate, .search {
	padding-left: 20px;
	padding-right: 20px;
}

header {
	height: 75px;
}

.navbar.mobile .container {
	height: 96px;
}

.navbar-brand img {
	width: 170px;
}

.burger.search, .burgersearch {
	right: 85px;
}

#vmCartModule .show_cart a, .activebody #vmCartModule .show_cart a {
	right: 20px;
}

.burger, .burger.search, .burgersearch {
	top: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	padding-left: 15px;
	padding-top: 12px;
}

.share-btn {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	background-size: 35px;
}

.burgerlayer {
	width: 15px;
	margin-top: 4px;
}

.open .burgerlayer.top {
	margin-top: 10px;
	margin-left: 0px;
	width: 15px;
}

.open .burgerlayer.bottom {
	margin-top: -8px;
	width: 15px;
}

.burger.search, .burgersearch {
	right: 75px;
	background-size: 35px;
}

.burger.search.open, .activebody .burgersearch {
	right: 20px;
}

#vmCartModule .show_cart a {
	background-size: 35px;
	height: 60px;
	width: 60px;
	border-radius: 60px !important;
	left: auto;
	right: 20px;
}

.infothekbild .link-lightbox img, .linkbox img {
	height: 45px;
	width: 45px;
	border-radius: 45px;
	background-size: 35px;
}


.navbar.mobile .menuback.open {
	width: 300px;
}

.menuback .search {
	margin-left: 10px;
}

}

@media (max-width:380px) {

/* body {
	font-size: 11px;
} */
}	


/*# sourceMappingURL=main.css.map */