.two_squares {
	margin-bottom: 3rem;
}

.two_squares .one_square {
	/*margin-top: -3rem;*/
	position: relative;
	-webkit-box-shadow: 1px 3px 17px -4px rgba(0,0,0,0.61);
	-moz-box-shadow: 1px 3px 17px -4px rgba(0,0,0,0.61);
	box-shadow: 1px 3px 17px -4px rgba(0,0,0,0.61);
}

.two_squares .one_square span.button {
	position: absolute;
	width: 90%;
	bottom: 5%;
	left: 50%;
	margin-left: -45%;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.125rem;
	line-height: 2.25rem;
	text-decoration: none;
	text-align: center;
	background-color: var(--schwarz);
	color: var(--schrifthover);
	border: none;
	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
}

.two_squares .one_square a:hover .button, .two_squares .one_square a:focus .button {
	background-color: var(--akzent);
	color: var(--schrifthover);
 	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
}

.three_icons {
	margin-bottom: 3rem;
}

.three_icons .rot {
	background-color: var(--akzent);
}

.three_icons.rot .box {
	background-color: var(--akzent);
	color: var(--schrifthover);
	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
}

.three_icons .rot .box:hover, .three_icons .rot .box:focus {
	color: var(--akzent);
	background-color: var(--schrifthover);
	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
}
.three_icons .rot .box:hover a i.fa, .three_icons .rot .box:hover a h3, .three_icons .rot .box:focus a i.fa, .three_icons .rot .box:focus a h3 {
	color: var(--akzent);
}

.three_icons .rot .box a i.fa, .three_icons .rot .box a h3, .three_icons .schwarz .box a i.fa, .three_icons .schwarz .box a h3 {
	color: var(--schrifthover);
}

.three_icons .schwarz {
	background-color: var(--schwarz);
	color: var(--schrifthover);
}

.three_icons .schwarz .box {
	background-color: var(--schwarz);
	color: var(--schrifthover);
}

.three_icons .schwarz .box:hover, .three_icons .schwarz .box:focus {
	color: var(--schwarz);
	background-color: var(--schrifthover);
	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
}
.three_icons .schwarz .box:hover a i.fa, .three_icons .schwarz .box:hover a h3, .three_icons .schwarz .box:focus a i.fa, .three_icons .schwarz .box:focus a h3 {
	color: var(--schwarz);
}

.three_icons .weiss .box {
	background-color: var(--schrifthover);
	color: var(--schwarz);
}

.three_icons .weiss .box a i.fa, .three_icons .weiss .box a h3 {
	color: var(--schwarz);
}

.three_icons .weiss .box:hover, .three_icons .weiss .box:focus {
	color: var(--schrifthover);
	background-color: var(--schwarz);
	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
}
.three_icons .weiss .box:hover a i.fa, .three_icons .weiss .box:hover a h3, .three_icons .weiss .box:focus a i.fa, .three_icons .weiss .box:focus a h3 {
	color: var(--schrifthover);
}

.three_icons .box {
	text-align: center;
	border-left: 1px solid var(--schrifthover);
	border-bottom: 0px solid var(--schrifthover);
	
}

@media (max-width: 991px) {
	.three_icons .box {
	text-align: center;
	border-left: 0px solid var(--schrifthover);
	border-bottom: 1px solid var(--schrifthover);	
	}
}

@media (min-width: 991px) {
/*	.three_icons .box:nth-child(3) {
		width: 33.334%;
	}*/
}

.three_icons .box h3 {
	padding-bottom: 0;
	font-weight: 300;
	text-transform: uppercase;
}

.three_icons .box i.fa {
	font-size: 4rem;
	margin-bottom: 0.5rem;
}

.three_icons .box a {
	text-decoration: none;
	display: block;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.three_icons .box a img {
	width: 80px;
	height: auto;
	margin: 0 auto 1.5rem auto;
}


/* half half Block*/
.half_text_half_image {
	margin-bottom: 3rem; 
}
.half_text_half_image h2 {
	font-size: 3rem;
	line-height: 4.5rem;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 0;
	margin: 2rem 0 0rem 0;
}

.half_text_half_image h2:after {
	content: "";
	width: 52px;
	height: 12px;
	background-color: var(--schwarz);
	position: absolute;
	left: 0;
	bottom: 0;
}

.half_text_half_image h3 {
	font-size: 1.5rem;
	line-height: 2.25rem;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 0;
	margin: 0 0 1rem 0;
}

.half_text_half_image p {
	font-size: 1.5rem;
	line-height: 2.25rem;
	font-weight: 800;
	padding: 0;
	margin: 0 0 2.25rem 0;
	letter-spacing: 1px;
}

.half_text_half_image .text, .half_text_half_image .image {
	padding: 3rem 3rem;

}

.half_text_half_image a.button {
	display: inline-block;
	padding: 0.5rem 2rem;
	text-transform: uppercase;
	font-size: 1.125rem;
	text-decoration: none;
	text-align: center;
	background-color: var(--schwarz);
	color: var(--schrifthover);
	border: none;
	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
}

.half_text_half_image a.button:hover, .half_text_half_image a.button:focus {
	background-color: var(--akzent);
	color: var(--schrifthover);
 	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
}

.hero_image {
	margin-bottom: 3rem;
}


/* Single Bike */
.bike-header.container { 
	position: relative;
	padding: 0;
}

@media (min-width: 1200px) {
.bike-header.container {
    /*width: 100%;
    max-width: 1400px;*/
    padding: 0 0px;
    position: relative;
}
}

.bike-header.container .bike-slider .item img, .bike-header.container .header-image-wrapper img {
	width: 100%;
	height: auto;
}

.bike-slider .item a, .bike-slider .item a:active, .bike-slider .item a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.bike-slider, .header-image-wrapper {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

.single-bikes .headline-box {
	position: absolute;
	top: 50px;
	left: 0px;
} 

.single-bikes .headline-box h1 {
	font-weight: 400;
	padding: 20px 28px;
	display: inline-block;
	background-color: var(--akzent);
	color: var(--schrifthover);
	text-transform: uppercase;
	font-size: 2.125rem;
	line-height: 2.325rem;
	margin-bottom: 2px;
}

.jumbotron.black {
	background-color: #39393A !important;
	color: var(--schrifthover);
}

.jumbotron.grey {
	background-color: #D7D7D7 !important;
	color: #39393A;
}

.jumbotron.white {
	background-color: #fff !important;
	color: #39393A;
}

.jumbotron.red {
	background-color: var(--akzent) !important;
	color: var(--schrifthover);
}

.jumbotron.lightgrey {
	background-color: #f3f3f3 !important;
	color: #39393A;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

@media (min-width: 1200px) {
.container.small {
    width: 100%;
    max-width: 1400px;

}
}

.jumbotron.white.divider {
	border-bottom: 15px solid #D7D7D7;
}

.bike-textblock {
	margin-top: 3rem;
	padding-bottom: 1.5rem;
}

.bike-textblock h2 {
	font-weight: 400;
    text-transform: uppercase;
    font-size: 2.125rem;
    line-height: 2.325rem;
    margin-bottom: 2rem;
    padding: 0;
    color: #39393A;
}

.bike-textblock p {
	margin-bottom: 1rem;
	padding: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.5rem;
}

.small-slider {
	margin-bottom: 1.5rem;
}

.small-slider .item {
	position: relative;
}

.small-slider .item .item-wrapper {
	position: relative;
	padding-bottom: 3rem;
}

.small-slider .item h4 {
	font-weight: 800;
    text-transform: uppercase;
    font-size: 1.325rem;
    line-height: 1.5rem;
    margin-bottom: 0rem;
    padding: 0;
    color: #39393A;
    color: #000;   
}

.small-slider .item h5 {
	font-weight: 300;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    line-height: 1.25rem;
    margin-bottom: 0rem;
    padding: 0;
    color: #39393A;
    color: #000;   
}

.small-slider .item img {
	width: 100%;
	height: auto;
	/*margin-top: -2rem;*/
}

.small-slider .item a {
	text-decoration: none;
}

.small-slider .item .text-wrapper {
	margin-top: 2rem;
	position: relative;
	z-index: 10;
	padding-left: 2rem;
}

.small-slider .item span.button {
	position: absolute;
	width: 8rem;
	bottom: 0.5rem;
	left: 50%;
	margin-left: -4rem;
	display: inline-block;
	padding: 0.375rem 0.5rem;
	text-transform: uppercase;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	background-color: var(--schwarz);
	font-weight: 400;
	color: var(--schrifthover);
	border: none;
	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
}

.small-slider .item a:hover .button, .small-slider .item a:focus .button {
	background-color: var(--akzent);
	color: var(--schrifthover);
 	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
}

.transporttaschen_block {
	margin-bottom: 3rem;
}

.transporttaschen_block.nobottomspace {
	margin-bottom: 0 !important;
}

.transporttaschen_block.notopspace {
	margin-top: -3rem !important;
}


.taschen-list {
	margin-bottom: 3rem;
}
.taschen-list .item {
	width: 25%;
	float: left;
	position: relative;
}
.taschen-list .grid-sizer {
	width: 25%;
}

.taschen-list .item .item-wrapper {
	position: relative;
	padding-bottom: 3rem;
}

.taschen-list .item h4 {
	font-weight: 800;
    text-transform: uppercase;
    font-size: 1.325rem;
    line-height: 1.5rem;
    margin-bottom: 0rem;
    padding: 0;
color: var(--schrift);
}

.taschen-list .item h5 {
	font-weight: 300;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    line-height: 1.25rem;
    margin-bottom: 0rem;
    padding: 0;
    color: #39393A;
    color: #000;   
}

.taschen-list .item img {
	width: 100%;
	height: auto;
	/*margin-top: -2rem;*/
}

.taschen-list .item a {
	text-decoration: none;
}

.taschen-list .item .text-wrapper {
	margin-top: 2rem;
	position: relative;
	z-index: 10;
	padding-left: 2rem;
}

.taschen-list .item span.button {
	position: absolute;
	width: 8rem;
	bottom: 0.5rem;
	left: 50%;
	margin-left: -4rem;
	display: inline-block;
	padding: 0.375rem 1rem;
	text-transform: uppercase;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	background-color: var(--schwarz);
	font-weight: 400;
	color: var(--schrifthover);
	border: none;
	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
}

.taschen-list .item a:hover .button, .taschen-list .item a:focus .button {
	background-color: var(--akzent);
	color: var(--schrifthover);
 	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
}

.shariff-wrapper {
	position: fixed;
    top: 50%;
    right: 0;
    width: 35px;
    text-align: center;
    transform: translateY(-50%);
    z-index: 20;
}






/* Kontaktformular */
.transporttaschen_block.transporttaschen_contactform {
	margin-bottom: 3rem;
}

.transporttaschen_block.transporttaschen_contactform .jumbotron {
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.transporttaschen_contactform h2 {
	display: block;
	text-align: center;

}

.transporttaschen_contactform .red h2, .transporttaschen_contactform .red h3, .transporttaschen_contactform .red p, .transporttaschen_contactform .red a  {
	color: var(--schrifthover);
}

.transporttaschen_contactform .red input, .transporttaschen_contactform .red textarea, .transporttaschen_contactform .red select {
  border: 1px solid var(--schrifthover);
  color: var(--schrifthover);
  background: none;
}

.transporttaschen_contactform .red input::placeholder, .transporttaschen_contactform .red textarea::placeholder, .transporttaschen_contactform .red select::placeholder {
  color: var(--schrifthover);
}

.transporttaschen_contactform .red input:focus, .transporttaschen_contactform .red input:hover, .transporttaschen_contactform .red textarea:hover, .transporttaschen_contactform .red textarea:focus, .transporttaschen_contactform .red select:focus {
  border: 1px solid var(--schrifthover);
}

.transporttaschen_contactform .red input[type=submit] {
  border: 1px solid var(--schrifthover);
  color: var(--schrifthover);
}

.transporttaschen_contactform .red input[type=submit]:hover {
	background-color: var(--schrifthover);
	color: var(--schwarz);
}

.transporttaschen_contactform .red form.wpcf7-form .wpcf7-checkbox span.wpcf7-list-item-label:after, .transporttaschen_contactform .red form.wpcf7-form .wpcf7-acceptance span.wpcf7-list-item-label:after {
  border: 1px solid var(--schrifthover);
  color: var(--schrifthover);
}

.transporttaschen_contactform .red form.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:after, .transporttaschen_contactform .red form.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
	color: var(--akzent);
	background-color: var(--schrifthover);
	border: 2px solid var(--schrifthover);
}


.transporttaschen_contactform .red form.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked:hover + span.wpcf7-list-item-label:after, .transporttaschen_contactform .red form.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked:hover + span.wpcf7-list-item-label:after {
	color: var(--akzent);
	background-color: var(--schrifthover);
	border: 2px solid var(--schrifthover);
}

/* */
.transporttaschen_contactform .black h2, .transporttaschen_contactform .black h3, .transporttaschen_contactform .black p, .transporttaschen_contactform .black a  {
	color: var(--schrifthover);
}

.transporttaschen_contactform .black input, .transporttaschen_contactform .black textarea, .transporttaschen_contactform .black select {
  border: 1px solid var(--schrifthover);
  color: var(--schrifthover);
  background: none;
  /*background-color: #D7D7D7;*/
}

.transporttaschen_contactform .black input::placeholder, .transporttaschen_contactform .black textarea::placeholder, .transporttaschen_contactform .black select::placeholder {
  color: var(--schrifthover);
}

.transporttaschen_contactform .black input:focus, .transporttaschen_contactform .black input:hover, .transporttaschen_contactform .black textarea:hover, .transporttaschen_contactform .black textarea:focus, .transporttaschen_contactform .black select:focus {
  border: 1px solid var(--schrifthover);
}

.transporttaschen_contactform .black input[type=submit] {
  border: 1px solid var(--schrifthover);
  color: var(--schrifthover);
}

.transporttaschen_contactform .black input[type=submit]:hover, select option {
	background-color: var(--schrifthover);
	color: var(--schwarz);
}

.transporttaschen_contactform .black form.wpcf7-form .wpcf7-checkbox span.wpcf7-list-item-label:after, .transporttaschen_contactform .black form.wpcf7-form .wpcf7-acceptance span.wpcf7-list-item-label:after {
  border: 1px solid var(--schrifthover);
  color: var(--schrifthover);
}

.transporttaschen_contactform .black form.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:after, .transporttaschen_contactform .black form.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
	color: var(--schwarz);
	background-color: var(--schrifthover);
	border: 2px solid var(--schrifthover);
}


.transporttaschen_contactform .black form.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked:hover + span.wpcf7-list-item-label:after, .transporttaschen_contactform .black form.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked:hover + span.wpcf7-list-item-label:after {
	color: var(--schwarz);
	background-color: var(--schrifthover);
	border: 2px solid var(--schrifthover);
}



.more-bags-title h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.752rem;
    margin: 0;
    padding: 0;
    color: var(--schrifthover);
    padding: .75rem 0;
}

.textelement.margintop {
	margin-top: 3rem;
}

.transporttaschen_trenner {
	margin-top: 3rem;
}
.transporttaschen_trenner.notopspace {
	margin-top: 0rem;
}
.transporttaschen_trenner .jumbotron {
	height: 3rem;
}


@media (max-width: 1199px) {
h1 {
    font-size: 1.35rem;
    line-height: 2.0rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding: 0.75rem 1.25rem;
}
h2, .wps-form h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
article p, p {
    padding-bottom: 0.825rem;
    font-size: 0.825rem;
    line-height: 1.25em;
}
.headerimage_wrapper .text-wrapper h1, .headerimage_wrapper .text-wrapper h2 {
	font-size: 3.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    letter-spacing: 0.5rem;
}
.headerimage_wrapper .text-wrapper h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    letter-spacing: 0.125rem;
    margin-top: 0;
}
.headerimage_wrapper .text-wrapper span.button {
    margin-top: 1rem;
    display: inline-block;
    padding: 0.325rem 1.75rem;
    text-transform: uppercase;
    font-size: 0.825rem;
}
.two_squares .one_square span.button {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 50%;
    margin-left: -50%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.825rem;
    line-height: 1.875rem;
}
#quickbar a {
    display: block;
    font-size: 1.125rem;
    text-align: center;
    background-color: var(--akzent);
    color: var(--schrifthover);
    border: 1px solid var(--schrifthover);
    line-height: 2.5rem;
    width: 2.5rem;
}
.three_icons .box h3 {
    font-size: 1rem;
}
.three_icons .box a {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.three_icons .box a img {
    width: 60px;
    height: auto;
    margin: 0 auto 1.5rem auto;
}
.taschen-list .item {
	width: 33.3333%;
}
.taschen-list .item h4, .small-slider .item h4, h4 {
    font-size: 1.125rem;
    line-height: 1.25rem;

}
.taschen-list .item h5, .small-slider .item h5 {
    font-size: 0.75rem;
    line-height: 1rem;
}
.taschen-list .item span.button, .small-slider .item span.button {
    width: 7rem;
    margin-left: -3.5rem;
    padding: 0.25rem 0.825rem;
    font-size:0.825rem;
}
.more-bags-title h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: .5rem 0;
}
footer h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.wps-form h3 {
    margin-bottom: 2rem;
    padding-top: 1.0rem;
    font-size: 1.325rem;
}
.wps-form label, .wps-form .wpcf7-list-item-label, .wps-form p {
	font-size: 0.825rem;
}
input[type=text], input[type=tel], input[type=email], input[type=date], textarea, select, input[type=number], input[type=file] {
    padding: 6px 12px;
    line-height: 1.5rem;
    font-size: 0.825rem;
    outline: none;
}
.galerie .galerie-eintrag {
    width: 25%;
}
.logo {
    width: 110px;
}
#mobile-header {
    margin: 0.825rem 0px;
    font-size: 1rem;
    line-height: 2.75rem;
}
footer .footer-nav ul li a {
    font-size: 0.725rem;
    line-height: 1.5rem;
}
footer .footerbottom span {
    padding: 0.325rem 0rem;
    font-size: 0.725rem;
}
.two_squares .one_square {
	margin-bottom: 1.5rem;
}
.transporttaschen_block.notopspace {
	margin-top: -1.5rem !important;
}
}

@media (max-width: 991px) {
h1 {
    font-size: 1.25rem;
    line-height: 1.825rem;
    margin-bottom: 1.75rem;
    margin-top: 0.825rem;
    padding: 0.5rem 1rem;
}
h2, .wps-form h2 {
    font-size: 1.125rem;
    line-height: 1.25rem;
}
article p, p {
    padding-bottom: 0.725rem;
    font-size: 0.725rem;
    line-height: 1.125em;
}
.headerimage_wrapper .text-wrapper h1, .headerimage_wrapper .text-wrapper h2 {
	font-size: 2.5rem;
    line-height: 3.125rem;
    letter-spacing: 0.25rem;
}
.headerimage_wrapper .text-wrapper h3 {
    font-size: 0.825rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
    margin-top: 0;
}
.headerimage_wrapper .text-wrapper span.button {
    margin-top: 0.5rem;
    padding: 0.25rem 1rem;
    font-size: 0.625rem;
}
.two_squares .one_square span.button {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 50%;
    margin-left: -50%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1.5rem;
}
#quickbar a {
    display: block;
    font-size: 1rem;
    text-align: center;
    background-color: var(--akzent);
    color: var(--schrifthover);
    border: 1px solid var(--schrifthover);
    line-height: 2rem;
    width: 2rem;
}
.three_icons .box h3 {
    font-size: 0.825rem;
}
.three_icons .box a {
    padding-top: 1.75rem;
    padding-bottom: 0.75rem;
}
.three_icons .box a img {
    width: 40px;
    height: auto;
    margin: 0 auto 1rem auto;
}
.taschen-list .item h4, .small-slider .item h4, h4 {
    font-size: 1rem;
    line-height: 1.125rem;

}
.taschen-list .item h5, .small-slider .item h5 {
    font-size: 0.625rem;
    line-height: 0.825rem;
}
.taschen-list .item span.button, .small-slider .item span.button {
    width: 6rem;
    margin-left: -3rem;
    padding: 0.25rem 0.625rem;
    font-size:0.725rem;
}
.taschen-list .item {
    width: 50%;
    float: left;
}
.taschen-list .item .item-wrapper {
	padding-bottom: 1rem;
}
.more-bags-title h3 {
    font-size: 1rem;
    line-height: 1.325rem;
    padding: .5rem 0;
}
footer h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.wps-form h3 {
    margin-bottom: 1.75rem;
    padding-top: 0.75rem;
    font-size: 1.125rem;
}
.wps-form label, .wps-form .wpcf7-list-item-label, .wps-form p {
	font-size: 0.725rem;
}
input[type=text], input[type=tel], input[type=email], input[type=date], textarea, select, input[type=number], input[type=file] {
    padding: 6px 12px;
    line-height: 1.25rem;
    font-size: 0.725rem;
    outline: none;
}
.galerie .galerie-eintrag {
    width: 33.3333%;
}
.logo {
    width: 100px;
}
#mobile-header {
    margin: 0.725rem 0px;
    font-size: 0.825rem;
    line-height: 2.5rem;
}

footer .footer-nav ul li a {
    font-size: 0.625rem;
    line-height: 1.25rem;
}
footer .footerbottom span {
    padding: 0.25rem 0rem;
    font-size: 0.625rem;
}
.two_squares .one_square {
	margin-bottom: 1.5rem;
}
.transporttaschen_block.notopspace {
	margin-top: -1.5rem !important;
}
footer .footertop p {
    font-size: 0.625rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
}
.transporttaschen_block {
    margin-bottom: 2.5rem;
}
}

@media (max-width:767px) {
h1 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 0.625rem;
    padding: 0.5rem 1rem;
}
h2, .wps-form h2 {
    font-size: 1rem;
    line-height: 1.125rem;
}
article p, p {
    padding-bottom: 0.625rem;
    font-size: 0.625rem;
    line-height: 1em;
}
.headerimage_wrapper .text-wrapper h1, .headerimage_wrapper .text-wrapper h2 {
	font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
}
.headerimage_wrapper .text-wrapper h3 {
    font-size: 0.725rem;
    line-height: 1.25rem;
    letter-spacing: 0rem;
    margin-top: 0;
}
.headerimage_wrapper .text-wrapper span.button {
    margin-top: 0.325rem;
    padding: 0.125rem 0.75rem;
    font-size: 0.5rem;
}
.two_squares .one_square span.button {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 50%;
    margin-left: -50%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.5rem;
    line-height: 1.25rem;
}
#quickbar a {
    display: block;
    font-size: 1rem;
    text-align: center;
    background-color: var(--akzent);
    color: var(--schrifthover);
    border: 1px solid var(--schrifthover);
    line-height: 2rem;
    width: 2rem;
}
.three_icons .box h3 {
    font-size: 0.725rem;
}
.three_icons .box a {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}
.three_icons .box a img {
    width: 40px;
    height: auto;
    margin: 0 auto 0.5rem auto;
}
.taschen-list .item h4, .small-slider .item h4, h4 {
    font-size: 0.825rem;
    line-height: 1.0rem;

}
.taschen-list .item h5, .small-slider .item h5 {
    font-size: 0.5rem;
    line-height: 0.725rem;
}
.taschen-list .item span.button, .small-slider .item span.button {
    width: 5.5rem;
    margin-left: -2.75rem;
    padding: 0.125rem 0.5rem;
    font-size:0.625rem;
}
.taschen-list .item {
    width: 50%;
    float: left;
}
.taschen-list .item .item-wrapper {
	padding-bottom: 1rem;
}
.more-bags-title h3 {
    font-size: 0.825rem;
    line-height: 1.125rem;
    padding: .325rem 0;
}
footer h2 {
    font-size: 1rem;
    line-height: 1.25rem;
}
.wps-form h3 {
    margin-bottom: 1.25rem;
    padding-top: 0.5rem;
    font-size: 1rem;
}
.wps-form label, .wps-form .wpcf7-list-item-label, .wps-form p {
	font-size: 0.625rem;
}
input[type=text], input[type=tel], input[type=email], input[type=date], textarea, select, input[type=number], input[type=file] {
    padding: 6px 12px;
    line-height: 1.25rem;
    font-size: 0.725rem;
    outline: none;
}
.galerie .galerie-eintrag {
    width: 33.333%;
}
.logo {
    width: 100px;
}
#mobile-header {
    margin: 0.725rem 0px;
    font-size: 0.825rem;
    line-height: 2.5rem;
}

footer .footer-nav ul li a {
    font-size: 0.625rem;
    line-height: 1.25rem;
}
footer .footerbottom span {
    padding: 0.25rem 0rem;
    font-size: 0.625rem;
}
.two_squares .one_square {
	margin-bottom: 1.5rem;
}
.transporttaschen_block.notopspace {
	margin-top: -1rem !important;
}
.transporttaschen_block {
    margin-bottom: 2rem;
}
}

@media (max-width:599px) {
h1 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
    margin-top: 0.5rem;
    padding: 0.325rem 0.75rem;
}
h2, .wps-form h2 {
    font-size: 0.825rem;
    line-height: 1rem;
}
article p, p {
    padding-bottom: 0.625rem;
    font-size: 0.625rem;
    line-height: 1rem;
}
.headerimage_wrapper .text-wrapper h1, .headerimage_wrapper .text-wrapper h2 {
	font-size: 1.75rem;
    line-height: 2.125rem;
    letter-spacing: 0rem;
}
.headerimage_wrapper .text-wrapper h3 {
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 0rem;
    margin-top: 0;
}
.headerimage_wrapper .text-wrapper span.button {
    margin-top: 0.325rem;
    padding: 0.125rem 0.5rem;
    font-size: 0.5rem;
}
.two_squares .one_square span.button {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 50%;
    margin-left: -50%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.5rem;
    line-height: 1.25rem;
}
#quickbar a {
    display: block;
    font-size: 1rem;
    text-align: center;
    background-color: var(--akzent);
    color: var(--schrifthover);
    border: 1px solid var(--schrifthover);
    line-height: 2rem;
    width: 2rem;
}
.three_icons .box h3 {
    font-size: 0.725rem;
}
.three_icons .box a {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}
.three_icons .box a img {
    width: 40px;
    height: auto;
    margin: 0 auto 0.5rem auto;
}
.taschen-list .item h4, .small-slider .item h4, h4 {
    font-size: 0.825rem;
    line-height: 1.0rem;

}
.taschen-list .item h5, .small-slider .item h5 {
    font-size: 0.5rem;
    line-height: 0.725rem;
}
.taschen-list .item span.button, .small-slider .item span.button {
    width: 5.5rem;
    margin-left: -2.75rem;
    padding: 0.125rem 0.5rem;
    font-size:0.625rem;
}
.taschen-list .item {
    width: 50%;
    float: left;
}
.taschen-list .item .item-wrapper {
	padding-bottom: 1rem;
}
.more-bags-title h3 {
    font-size: 0.825rem;
    line-height: 1.125rem;
    padding: .325rem 0;
}
footer h2 {
    font-size: 1rem;
    line-height: 1.25rem;
}
.wps-form h3 {
    margin-bottom: 1.25rem;
    padding-top: 0.5rem;
    font-size: 1rem;
}
.wps-form label, .wps-form .wpcf7-list-item-label, .wps-form p {
	font-size: 0.625rem;
}
input[type=text], input[type=tel], input[type=email], input[type=date], textarea, select, input[type=number], input[type=file] {
    padding: 6px 12px;
    line-height: 1.25rem;
    font-size: 0.725rem;
    outline: none;
}
.galerie .galerie-eintrag {
    width: 50%;
}
.logo {
    width: 90px;
}
#mobile-header {
    margin: 0.725rem 0px;
    font-size: 0.825rem;
    line-height: 2.5rem;
}

footer .footer-nav ul li a {
    font-size: 0.625rem;
    line-height: 1.25rem;
}
footer .footerbottom span {
    padding: 0.25rem 0rem;
    font-size: 0.625rem;
}
.two_squares .one_square {
	margin-bottom: 1.5rem;
}
.transporttaschen_block.notopspace {
	margin-top: -1rem !important;
}
.transporttaschen_block {
    margin-bottom: 1.5rem;
}
}
@media (max-width:479px) {
h1 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
    margin-top: 0.5rem;
    padding: 0.325rem 0.75rem;
}
h2, .wps-form h2 {
    font-size: 0.825rem;
    line-height: 1rem;
}
article p, p {
    padding-bottom: 0.625rem;
    font-size: 0.625rem;
    line-height: 1rem;
}
.headerimage_wrapper .text-wrapper h1, .headerimage_wrapper .text-wrapper h2 {
	font-size: 1.5rem;
    line-height: 1.95rem;
    letter-spacing: 0rem;
}
.headerimage_wrapper .text-wrapper h3 {
    font-size: 0.625rem;
    line-height: 0.825rem;
    letter-spacing: 0rem;
    margin-top: 0;
    margin-bottom: 0;
}
.headerimage_wrapper .text-wrapper span.button {
    margin-top: 0.125rem;
    padding: 0.125rem 0.5rem;
    font-size: 0.5rem;
}
.two_squares .one_square span.button {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 50%;
    margin-left: -50%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.5rem;
    line-height: 1.25rem;
}
#quickbar a {
    display: block;
    font-size: 1rem;
    text-align: center;
    background-color: var(--akzent);
    color: var(--schrifthover);
    border: 1px solid var(--schrifthover);
    line-height: 2rem;
    width: 2rem;
}
.three_icons .box h3 {
    font-size: 0.725rem;
}
.three_icons .box a {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}
.three_icons .box a img {
    width: 40px;
    height: auto;
    margin: 0 auto 0.5rem auto;
}
.taschen-list .item h4, .small-slider .item h4, h4 {
    font-size: 0.825rem;
    line-height: 1.0rem;

}
.taschen-list .item h5, .small-slider .item h5 {
    font-size: 0.5rem;
    line-height: 0.725rem;
}
.taschen-list .item span.button, .small-slider .item span.button {
    width: 5.5rem;
    margin-left: -2.75rem;
    padding: 0.125rem 0.5rem;
    font-size:0.625rem;
}
.taschen-list .item {
    width: 100%;
    float: left;
}
.taschen-list .item .item-wrapper {
	padding-bottom: 1rem;
}
.more-bags-title h3 {
    font-size: 0.825rem;
    line-height: 1.125rem;
    padding: .325rem 0;
}
footer h2 {
    font-size: 1rem;
    line-height: 1.25rem;
}
.wps-form h3 {
    margin-bottom: 1.25rem;
    padding-top: 0.5rem;
    font-size: 1rem;
}
.wps-form label, .wps-form .wpcf7-list-item-label, .wps-form p {
	font-size: 0.625rem;
}
input[type=text], input[type=tel], input[type=email], input[type=date], textarea, select, input[type=number], input[type=file] {
    padding: 6px 12px;
    line-height: 1.25rem;
    font-size: 0.725rem;
    outline: none;
}
.galerie .galerie-eintrag {
    width: 100%;
}
.logo {
    width: 80px;
}
#mobile-header {
    margin: 0.5rem 0px;
    font-size: 0.725rem;
    line-height: 2rem;
}

footer .footer-nav ul li a {
    font-size: 0.625rem;
    line-height: 1.25rem;
}
footer .footerbottom span {
    padding: 0.25rem 0rem;
    font-size: 0.625rem;
}
.two_squares .one_square {
	margin-bottom: 1.5rem;
}
.transporttaschen_block.notopspace {
	margin-top: -1rem !important;
}
.transporttaschen_block {
    margin-bottom: 1rem;
}
}

.wp-block-image {
	width: auto !important;
	max-width: inherit !important;
	margin-left: 0;
	margin-right: 0;
}

.wp-block-image img {
	width: auto;
}