/* Basic links & types
 * * * * * * * * * * * */

/* Box sizing*/

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    /***font: 14px 'macho', sans-serif;*/
    font: 14px 'canada-type-gibson', sans-serif;
	font-weight: 300;   
    background: #fff;
    color: #474747;
    letter-spacing: 0.02em;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em;
    color: inherit;
}

hr {
    color: #10b0c0;
    background-color: #10b0c0;
    height: 1px;
    border-width: 0px;
}

img:not(.blogimg) {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

figure {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 0.5em;
}

/* Common classes
 * * * * * * * * */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.hidden {
    display: none;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.weight-tiny {
    font-weight: 300;
}

.weight-normal {
    font-weight: normal;
}

.weight-bold {
    font-weight: bold;
}

.text-upper {
    text-transform: uppercase;
}

.text-underline {
    text-decoration: underline;
}

.text-container {
    line-height: 1.6;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.style-italic {
    font-style: italic
}

.macho{
	font-family: 'macho', sans-serif;
}

.gibson{
	font-family: 'canada-type-gibson', sans-serif !important;
}

.list-nostyle {
    list-style: none;
    margin: 0;
    padding: 0;
}

.center-element {
    text-align: center;
    height: 100%;
}

.center-element:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.center-element > .centered {
    display: inline-block;
    vertical-align: middle;
    width: 94%;
}

.stoerer.center-element > .centered {
	width: auto;
}

.block-absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

/* Basic Color */
.basic-border,
.files a,
.newsletter-footer .subbutton,
.newsletter-float .acysubbuttons input,
p.readmore a,
.button, .btn,
input[type="submit"],
input[type="text"],
input[type="email"],
textarea {
    border-color: #0092a9
}

/*.home #mainmenu .resp ul.menu .sub-wrap li a,*/
.basic-color,
ul.menu a,
a,
#mainmenu .resp > label:before,
a.discover-btn:hover,
.files a:hover,
p.readmore a:hover,
.button:hover, .btn:hover,
input[type="submit"]:hover,
.module-box.login-register-button a,
.newsletter-footer .subbutton:hover,
.newsletter-float .acysubbuttons input:hover,
.product .detailbtn:hover {
    color: #0092a9
}

/*@media only screen and (max-width: 1024px){
	.home #mainmenu ul.menu a{
		color: #0092a9 !important;
	}
} */

.basic-bg,
.files a,
p.readmore a,
.button, .btn,
input[type="submit"],
#mainmenu .userlogin-cart .cart-qty,
#mainmenu .resp ul.menu ul li a:hover,
.newsletter-footer .subbutton,
.site-slider-item-caption a,
.newsletter-float .acysubbuttons input {
    background-color: #0092a9
}



.topic-title span svg {
    fill: #0092a9;
}

#mainmenu .resp label span {
    border-bottom-color: #0092a9;
}

.top-arrow.hasTop:before {
    border-color: transparent transparent #0092a9 transparent
}

.bottom-arrow.hasTop:before {
    border-color: #0092a9 transparent transparent transparent
}

/* dark color */
.dark-bg,
.select-btn-box .select-btn:before {
    background-color: #474747;
}

.dark-color,
.filtersearch::-webkit-input-placeholder,
.filtersearch::-moz-placeholder,
.filtersearch:-ms-input-placeholder,
input.filtersearch:-moz-placeholder {
    color: #474747;
}

.color-white,
.white {
    color: #fff;
}

.vertical-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.offest-bottom {
    margin-bottom: 30px;
}

/* Layout
 * * * * * */

#main, #footer {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

#hat {
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    max-width: 1400px;
    width: 100%;
    z-index: 1000;
}

.home #hat {
	border: none;
}


#logo {
    float: left;
    margin: 60px 0 0 60px;
    position: relative;
    z-index: 999;
}
.home #logo{
	margin-bottom: 0px;
}

#topmenu {
}

#mainmenu {
    float: right;
    margin-top: 42px;
}

#topmodule {
}

#basecontent {
}

#pathway {
}

#content {
}

#leftblock {
}

#leftblock h3 {
}

#leftblock ul {
    padding-left: 10px;
    list-style: none;
}

#bottom-blocks {
}

#footer {
}

/* Styling
 * * * * */

/* menu */
ul.menu,
ul.menu ul {
    display: inline-block;
    float: left;
    /*position: relative;*/
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu a {
    display: block;
    position: relative;
    padding: 6px 12px;
    font-size: 1.286em;
    text-decoration: none;
}

/*.home #mainmenu label:before,
.home #mainmenu ul.menu a{
	color: #fff
}*/

#mainmenu ul.menu > li {
    float: left;
    z-index: 1000;
}

#mainmenu ul.menu > li > a {
    font-weight: 400;
    padding: 30px 11px 15px;
}

/*sub menu items */
#mainmenu .resp {
    float: left;
}

#mainmenu .resp ul.menu div.sub-wrap {
    background-color: #fff;
    /*box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.7);*/
    box-shadow: inset 0 0 13px -4px rgba(0, 0, 0, 0.7);
    left: 11px;
    margin: 0px 0 0 0;
    max-width: 919px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 103;
}

#mainmenu .resp ul.menu ul {
    position: relative;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    max-height: 0;

    z-index: 10;
    white-space: nowrap;
    -webkit-transition: max-height 0.1s;
    transition: max-height 0.1s;
}

#mainmenu .resp ul.menu ul li {
    padding: 0;
}

#mainmenu .resp ul.menu > li li:after {
    background-color: #e6e6e6;
    content: '';
    display: block;
    height: 1px;
    margin-left: 20px;
    width: 50%;
}

#mainmenu .resp ul.menu > li li a {
    color: #474747;
    font-size: 1.29em;
    padding: 2px 12px 7px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

#mainmenu .resp ul.menu ul li a:hover {
    color: #fff;
}

#mainmenu .resp ul.menu li:hover > div > ul {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    max-height: 400px;
}

/* resp menu */
#mainmenu .resp input {
    display: none;
    position: relative;
}

#mainmenu .resp label {
    float: right;
    margin: 13px 46px 0 11px;
    position: relative;
}

#mainmenu .resp label span {
    display: block;
    width: 23px;
    line-height: 5px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    cursor: pointer;
}

/*.home #mainmenu .resp label span{
	border-bottom-color: #fff;
}*/

#mainmenu .resp label span:last-child {
    display: none;
}

/*#mainmenu .resp a:hover + label span,
#mainmenu .resp .active>label span{
	border-bottom: 4px solid #fff;
}*/

#mainmenu .userlogin-cart {
    border-left: 1px solid #505058;
    float: left;
    height: 50px;
    margin-top: 20px;
    padding: 12px 44px 12px 30px;
    z-index: 101;
}
#mainmenu .userlogin-cart .user-login-icon-box{
	 background-image: url(../img/sprite.png);
	    background-position: -5px -3px;
	    background-repeat: no-repeat;
	float: left;
	    height: 30px;
	    margin-right: 16px;
	    position: relative;
	    width: 30px;
	    z-index: 102;
}

	#mainmenu .userlogin-cart .user-login {
		display: block;
	    height: 30px;
	     width: 30px;
	}
	
	#mainmenu .userlogin-cart ul{
		background-color: #fff;
		max-height: 0;
		overflow: hidden;
		padding: 0 15px;
		position: absolute;
		right: -92px;
		top: 14px;
		-webkit-transition: all 350ms;
		-moz-transition: all 350ms;
		-ms-transition: all 350ms;
		-o-transition: all 350ms;
		transition: all 350ms;
		width: 215px;
		z-index: 1000;
	}
		#mainmenu .userlogin-cart ul li{
			list-style: none;
		}
		#mainmenu .userlogin-cart ul li:not(:first-child) a{
			color: #474747;
		}
	#mainmenu .userlogin-cart #show-account-menu{
		display: none;
	}
		@media only screen and (min-width: 1025px) {
			 #mainmenu .user-login-icon-box:hover ul{
				max-height: 400px;
				padding: 15px;	
			}
		}

#mainmenu .userlogin-cart .cart {
    background-image: url(../img/sprite.png);
    background-position: 0px -41px;
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    position: relative;
    width: 40px;
    z-index: 102;
}

#mainmenu .userlogin-cart a {
    display: block;
    height: 100%;
    width: 100%;
}

#mainmenu .userlogin-cart .cart:hover,
#mainmenu .userlogin-cart .user-login:hover {
    opacity: 0.8
}

#mainmenu .userlogin-cart .cart-qty {
    border-radius: 50%;
    color: #fff;
    display: none;
    font-size: 11px;
    height: 20px;
    line-height: 18px;
    padding: 2px 2px 0;
    position: absolute;
    right: -4px;
    text-align: center;
    top: -6px;
    width: 20px;

}

/*.home #mainmenu .userlogin-cart .cart-qty{
    background-color: #fff;
}*/

#mainmenu .resp ul.menu li.deeper label {
    display: none;
}

@media only screen and (min-width: 1025px) {
    #mainmenu {
        position: relative;
    }

    #mainmenu .resp ul.menu ul {
        position: relative;
    }

    #mainmenu .resp ul.menu li .sub-wrap li span.txt img {
        display: none;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 47%;
    }

    ul.menu a {
        position: inherit;
    }

    #mainmenu .resp ul.menu li:hover > div > ul {
        min-height: 400px;
        padding: 20px;
        width: 100%;
    }

    #mainmenu .resp ul.menu ul li {
        width: 47%;
    }

    #mainmenu .resp ul.menu li.item-465 ul li {
        float: left;
        width: 35%;
    }

    #mainmenu .resp ul.menu li.item-465:hover > div > ul {
        min-height: 540px;
    }

    #mainmenu .resp ul.menu li.item-465 .sub-wrap li span.txt img {
        width: 28%;
    }

    #mainmenu .resp ul.menu ul li .image-subtitle {
        display: block;
        font-size: 0.68em;
        line-height: 19px;
        white-space: normal;
    }

    #mainmenu .resp ul.menu ul li:after {
        background-color: #e6e6e6;
        content: '';
        display: block;
        height: 1px;
        margin-left: 12px;
        width: 50%;
    }

    #mainmenu .resp ul.menu li:hover .sub-wrap li:first-child span.txt img,
    #mainmenu .resp ul.menu li .sub-wrap li:hover span.txt img {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {

    /* menu */
    #mainmenu,
    #mainmenu .module-box {
        border: none;
        float: right;
        height: 90px;
    }
	#mainmenu .module-box.login-register-button{
		height: auto;
	} 
    #mainmenu {
        margin-top: 42px
    }

    #mainmenu .resp {
        margin-top: -27px;
    }

    #mainmenu .resp > label {
        display: block;
        float: right;
        margin: 41px 33px 0 11px;
        padding: 25px 15px 20px 0;
    }

    #mainmenu .resp > label:before {
        display: block;
        position: absolute;
        content: 'Menü';
        right: 127%;
        font-size: 1.3em;
        font-weight: 400;
        top: 23px;
    }

    #mainmenu .resp ul.menu li.deeper label {
        display: block;
    }

    #mainmenu ul.menu {
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        clear: both;
        -webkit-transition: max-height 0.1s;
        transition: max-height 0.1s;
        right: 0;
        position: absolute;
        top: 111px;
        width: 100%;
        z-index: 2000;
    }

    #mainmenu ul.menu > li {
        border-left: none;
        border-top: 1px solid #e2e2e2;
        float: none;
        opacity: 0;
        width: 100%;
    }

    #mainmenu .resp input:checked + ul.menu > li {
        opacity: 1;
        position: relative;
        -webkit-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        -ms-transition: opacity 300ms;
        -o-transition: opacity 300ms;
        transition: opacity 300ms;
    }

    #mainmenu .resp input:checked + ul.menu > li:nth-child(1) {
        transition-delay: 80ms
    }

    #mainmenu .resp input:checked+ ul.menu > li:nth-child(2) {
        transition-delay: 140ms
    }

    #mainmenu .resp input:checked+ ul.menu > li:nth-child(3) {
        transition-delay: 200ms
    }

    #mainmenu .resp input:checked+ ul.menu > li:nth-child(4) {
        transition-delay: 260ms
    }

    #mainmenu .resp input:checked+ ul.menu > li:nth-child(5) {
        transition-delay: 320ms
    }

    #mainmenu .resp input:checked+ ul.menu > li:nth-child(6) {
        transition-delay: 380ms
    }

    #mainmenu .resp input:checked+ ul.menu > li:nth-child(7) {
        transition-delay: 440ms
    }

    #mainmenu .resp input:checked+ ul.menu > li:nth-child(8) {
        transition-delay: 500ms
    }

    #mainmenu .resp input:checked+ ul.menu > li:nth-child(9) {
        transition-delay: 560ms
    }

    #mainmenu ul.menu > li > a {
        padding: 20px 20px;
    }

    #mainmenu .resp ul.menu > li li a {
        padding: 4px 20px 9px 30px;
    }

    /* menu mobil */
    #mainmenu .resp label span {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        position: absolute;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #mainmenu .resp label span:nth-child(1) {
        top: 26px;
    }

    #mainmenu .resp label span:nth-child(2) {
        top: 32px;
    }

    #mainmenu .resp ul.menu label span:nth-child(1) {
        top: 16px;
        height: 20px;
        margin-bottom: 20px;
    }

    #mainmenu .resp ul.menu label span:nth-child(2) {
        top: 32px;
        margin-left: 2px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #mainmenu .resp ul.menu label span:last-child {
        border-color: transparent;
        display: block;
        height: 10px;
        top: 44px;
    }

    #mainmenu .resp label.showmenu span:nth-child(1) {
        top: 28px;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    #mainmenu .resp label.showmenu span:nth-child(1) {
        -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 2px;
    }

    #mainmenu .resp label.showmenu span:nth-child(2) {
        bottom: 23px;
        -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #mainmenu .resp input:checked + ul.menu {
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        max-height: 10000px;
    }

    /*sub menu*/
    #mainmenu .resp ul.menu label {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        width: 110px;
        padding-left: 40px;
        height: 65px;
    }

    #mainmenu .resp ul.menu div.sub-wrap {
        position: relative;
        background: #EEE;
        left: 0;
        max-width: 100%;
    }

    #mainmenu .resp ul.menu li .sub-wrap img {
        display: none;
        float: right;
        margin: 5px;
        width: 140px;
    }

    #mainmenu .resp ul.menu li .sub-wrap .image-subtitle {
        display: block;
        font-size: 0.8em;
        line-height: 19px;
        white-space: normal;
    }

    #mainmenu .resp ul.menu ul li {
        border-top: 1px solid #fff;
    }

    #mainmenu .resp ul.menu li:hover > div > ul {
        max-height: 0;
    }

    #mainmenu .resp ul.menu input:checked + div > ul {
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        max-height: 1000px;
        width: 100%;
    }
}

/* menu mobil */
#mainmenu .resp label span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mainmenu .resp label span:nth-child(1) {
    top: 26px;
}

#mainmenu .resp label span:nth-child(2) {
    top: 32px;
}

@-webkit-keyframes menuMove1 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    30% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    55% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(136deg);
        -moz-transform: rotate(136deg);
        -ms-transform: rotate(136deg);
        -o-transform: rotate(136deg);
        transform: rotate(136deg);
    }
}

@keyframes menuMove1 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    30% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    55% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(136deg);
        -moz-transform: rotate(136deg);
        -ms-transform: rotate(136deg);
        -o-transform: rotate(136deg);
        transform: rotate(136deg);
    }
}

@-webkit-keyframes menuMove2 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0px;
        top: 26px;
    }
    30% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    80% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
        top: 32px;
        left: 0px;
    }
    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes menuMove2 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    30% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    80% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/* maps */
.map-canvas,
.gmap {
    height: 280px;
}

.gmap > .gmap-marker {
    display: none;
}

.map-canvas img,
.gmap img {
    max-width: none;
    max-height: none;
}

.youtube,
.youtube-video {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.youtube > iframe,
.youtube-video > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*  forms  */
::-webkit-input-placeholder {
    color: #474747;
}

::-moz-placeholder {
    color: #474747;
}

:-ms-input-placeholder {
    color: #474747;
}

input:-moz-placeholder {
    color: #474747;
}

input[type="text"],
input[type="email"],
textarea {
    padding: 12px 22px;
    border-width: 1px;
    border-style: solid;
    margin: 0 0 8px 0;
    width: 100%;
    box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #474747;
    outline: none;
}

p.readmore a,
.button, .btn,
input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    padding: 8px 23px;
    margin: 8px 0;
    cursor: pointer;

    transition: background-color 0.3s;
}

p.readmore a:hover,
.button:hover, .btn:hover,
input[type="submit"]:hover {
    background-color: #fff;
}

#zwetschke-herz img {
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

/* Alerts / messages*/
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
}

.alert {
    color: #c09853;
}

.alert h4,
.alert .close {
    display: none;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

/* Breadcrumbs */
.breadcrumb {
    padding: 3px 8.858% 8px;
    margin: 0 0 18px;
    list-style: none;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li > a {
    color: #636363;
}

.breadcrumb > li > .divider {
    padding: 0 5px;
    color: #636363;
}

.breadcrumb > li > .divider img {
    display: none;
}

.breadcrumb > .active {
    color: #999;
}

/* Pagination */
.pagination {
    clear: both;
}

.pagination ul {
    display: inline-block;
    margin: 18px 0;
    padding: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.pagination ul > li {
    display: inline-block;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 18px;
    text-decoration: none;
    background-color: #fff;
    /*border: 1px solid #ddd;
    border-left-width: 0;*/
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.pagination .icon-first:before {
    content: '<';
}

.pagination .icon-previous:before {
    content: '<<';
}

.pagination .icon-next:before {
    content: '>>';
}

.pagination .icon-last:before {
    content: '>';
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 16.25px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 12px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 9.75px;
}

/* cookies popup */
body .cc_container .cc_btn, body .cc_container .cc_btn:visited {
    background-color: #ccc;
}

/* Clear Floated Elements */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* Common styles */
.posa-fullwidth {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.posa {
    position: absolute;
}

body:not(.home) #content > .content {
    padding-right: 8.858%;
    padding-left: 8.858%;
}

.page-header {
    margin: 0 0 30px 0;
    position: relative;
}

.page-header h1 {
    font-size: 2.857em;
    /*font-weight: 700;*/
    font-weight: 600;
    margin: 15px 0 0px;
}

a.discover-btn {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 400;
    min-height: 46px;
    letter-spacing: 0.03em;
    padding: 6px 15px;
    text-align: center;
    width: 100%;
}

a.discover-btn:hover {
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    text-decoration: none;
}

.heading-links {
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 40px;
}

.files a:hover {
    text-decoration: none;
}

.overview {
    float: right;
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 60px;
    margin-left: 20px;
    width: 110px;
}

.overview div {
    float: right;
    margin-bottom: 50px;
    width: 110px;
}

.overview span {
    background-image: url(../img/sprite.png);
    background-position: -7px -81px;
    float: right;
    height: 25px;
    margin-top: 3px;
    width: 25px;
}

.images {
    margin-top: 40px;
}

.images a {
    float: left;
    margin-right: 2.7%;
    margin-bottom: 5%;
    position: relative;
    width: 22.9%;
}

.images a:focus, .images a:visited {
    outline: none
}

.images a img {
    display: block;
}

.topimage img,
.image-side img {
    display: block;
}

/* Slider */
.slider-container {
    position: relative;
}

.module-box.sliderbox {
    position: relative
}

.module-box.sliderbox .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 120px;
    width: 100%;
    z-index: 101;
}

.site-slider {
    height: 665px;
}

.site-slider figure {
    height: 100%;
    width: 100%;
}

.site-slider-item .imageMobile,
.site-slider-item .image {
    background-position: center;
    background-size: cover;
}

.site-slider-item .imageMobile {
    display: none;
}

.site-slider-item-caption {
    height: 380px;
    left: 0;
    margin: 0 5%;
    position: absolute;
    text-align: center;
    top: 160px;
    width: 90%;
    z-index: 102;
}

.site-slider-item-caption .title {
    font-size: 3.214em;
    margin-bottom: 15px;
}

.site-slider-item-caption .subtitle {
    font-size: 5em;
    font-weight: bold;
    line-height: 66px;
    margin-bottom: 15px;
}

.site-slider-item-caption .line3 {
    font-size: 1.714em;
}

.site-slider-item-caption a {

    bottom: 0;
    color: #fff;
    font-size: 1.286em;
    left: 0;
    margin: 0 auto;
    padding: 6.5px 0px 12.5px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 205px;
}

.site-slider .cycle-prev,
.site-slider .cycle-next {
    background-image: url(../img/sprite.png);
    background-position: -5px -118px;
    cursor: pointer;
    height: 30px;
    left: 4%;
    position: absolute;
    top: 49%;
    width: 18px;
    z-index: 101;
}

.site-slider .cycle-next {
    background-position: -5px -148px;
    left: inherit;
    right: 4%;

}

.review-slider .pager-container,
.site-slider .pager-container {
    bottom: 50px;
    margin: 0 auto;
    position: absolute;
    right: 5%;
    text-align: center;
    z-index: 101;
}

.review-slider .pager-container {
    left: 0;
    right: 0;
}

.review-slider .pager-nav,
.site-slider .pager-nav {
    background-color: #004966;
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin-right: 11px;
    width: 11px;
}

.review-slider .pager-nav {
    background-color: #5a5a5a;
}

.review-slider .pager-nav.cycle-pager-active,
.site-slider .pager-nav.cycle-pager-active {
    background-color: #fff;
    opacity: 0.85;
}

.site-slider .phone {
    bottom: auto;
    color: #fff;
    position: absolute;
    left: 60px;
    line-height: 21px;
    z-index: 101;
}

.home .site-slider .phone {
    bottom: 41px;
}

.site-slider .phone svg {
    float: left;
    height: 40px;
    width: 40px;
}

.site-slider .phone {
    background-repeat: no-repeat;
    padding-left: 45px;
}

.site-slider .phone .number {
    font-size: 1.214em;
    font-weight: 400;
}

.site-slider .phone.white {
    background-image: url(../img/phone-white.png);
    background-position: left center;
    color: #fff;
}

.site-slider .phone.grey {
    background-image: url(../img/phone-grey.png);
    background-position: left center;
    color: #474747;
}

.site-slider .phone.tj {
    background-image: url(../img/phone-tj.png);
    background-position: left center;
    color: #0092a9;
}

.module-box.login-register-button {
    font-size: 1.143em;
    left: auto;
    position: absolute;
    right: 55px;
    top: -15px;
}

.module-box.login-register-button a {
    display: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.module-box.login-register-button a.logout {
    display: none;
}

.module-box.login-register-button a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

/* home boxes */
.module-box.home-boxes .container {
    padding: 24px 8.858% 0;
}

.homebox-list-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    float: left;
    height: 375px;
    margin-bottom: 2.6%;
    position: relative;
}

.homebox-list-item a {
    z-index: 100;
}

.homebox-list-item.small {
    background-color: #0096aa;
    width: 23%
}

.homebox-list-item.small:nth-child(2) {
    float: right
}

.homebox-list-item.small:first-child{
	background-size: inherit;
}

.homebox-list-item.middle {
    margin: 0 2.6% 2.6%;
    width: 48.785%
}

.homebox-list-item.left {
    width: 47%
}

.homebox-list-item.right {
    float: right;
    width: 50.8%
}

.homebox-list-item.left,
.homebox-list-item.right {
    background-color: #fff;
    background-position: top right;
    background-size: contain;
    height: 428px;
}

.container.bottom .homebox-list-item {
    height: 440px
}

.homebox-list-item.right {
    background-position: top left;
}

.homebox-list-item .image {
    z-index: 1
}

.homebox-list-item .circle {
    border-radius: 50%;
    right: 5px;
    padding: 18px;
    text-align: center;
    top: 3%;
    z-index: 3
}

.homebox-list-item .circle h1,
.homebox-list-item .circle h2,
.homebox-list-item .circle h3,
.homebox-list-item .circle h4 {
    margin: 0;
    font-weight: 500;
}

.homebox-list-item .overlay {
    background-color: #000;
    opacity: 0.16;
    z-index: 3
}

.homebox-list-item .border {
    outline: solid;
    outline-offset: -20px;
    outline-width: 1px;
    z-index: 4
}

.homebox-list-item .text {
    z-index: 4
}

.homebox-list-item.small .text {
    padding: 16%;
    width: auto;
}

.homebox-list-item.middle .text {
    color: #fff;
    text-align: center;
    width: 100%;
}

.homebox-list-item.left .text,
.homebox-list-item.right .text {
    width: 290px;
}

.module-box.left-under-review .title,
.module-box.newsletter-homebox .acymailing_module_form .acymailing_introtext,
.homebox-list-item.small .text .title,
.homebox-list-item.middle .text .title {
    font-size: 1.143em;
    letter-spacing: 0.13em;
    text-align: center;
    text-transform: uppercase;
    top: 42%;
    width: 100%;
}

.module-box.left-under-review .title:after,
.module-box.newsletter-homebox .acymailing_module_form .acymailing_introtext:after,
.homebox-list-item.middle .text .title:after,
.homebox-list-item.small .text .title:after {
    border-bottom: 1px solid;
    content: '';
    display: block;
    margin: 12px auto 0;
    width: 88px;
    z-index: 100;
}

.homebox-list-item.small .text .title:after {
    margin: 12px 0 0 0 !important
}

.homebox-list-item.small .text .maintext,
.homebox-list-item.middle .text .maintext {
    bottom: 40px;
    font-size: 1.571em;
    font-weight: 500;
    line-height: 27px;
    width: 100%;
}

.homebox-list-item.small .text .title,
.homebox-list-item.small .text .maintext {
    text-align: left;
    max-width: 182px;
}

.container.bottom .homebox-list-item.small .text .title,
.container.bottom .homebox-list-item.small .text .maintext {
    text-align: center
}

.container.bottom .homebox-list-item.small .text .maintext,
.container.bottom .homebox-list-item.middle .text .maintext {
    font-size: 1.44em
}

.homebox-list-item.left .text .title,
.homebox-list-item.right .text .title {
    border-style: solid;
    border-width: 6px;
    font-size: 2.143em;
    /*font-weight: 700;*/
    font-weight: 600;
    left: 0;
    min-width: 290px;
    padding: 48px 0 46px;
    text-align: center;
    top: 18px;
}

.homebox-list-item.left .text .subtitle,
.homebox-list-item.right .text .subtitle {
    font-size: 1.286em;
    font-weight: 500;
    line-height: 21px;
}

.homebox-list-item.left .text .description-box,
.homebox-list-item.right .text .description-box {
    background-color: #fff;
    bottom: 40px;
    padding: 25px 25px 25px 5px;
    min-width: 290px;
}
.homebox-list-item.right .title{
    background-color: rgba(255,255,255,0.6);
}
.homebox-list-item.left .title{
   	background-color: rgba(255,255,255,0.6);
}

.homebox-list-item.right .text {
    left: auto;
    right: 0
}

.homebox-list-item.right .text .description-box {
    padding: 25px 5px 25px 25px;
}

.homebox-list-item.left .text .description-box .price,
.homebox-list-item.right .text .description-box .price {
    font-size: 1.786em;
    font-weight: 600;
}

/* home rezension */
.review-home {
    clear: both;
    height: 333px;
    margin: 20px 9% 28px 8.884%;
}

.review-slider {
    clear: both;
    margin: 0 auto;
    max-width: 1150px;
    position: relative;
}

.review-slider,
.review-home .content {
    height: 100%;
}

.review-slider-item {
    color: #fff;
    font-size: 1.286em;
    height: 100%;
    margin: 0 auto;
    max-width: 840px;
    right: 0;
    /*width: 100%;*/
}

.review-slider .cycle-prev,
.review-slider .cycle-next {
    border: 1px solid #959595;
    bottom: 105px;
    height: 47px;
    left: 55px;
    position: absolute;
    width: 47px;
}

.review-slider .cycle-next {
	left: auto;
    right: 55px;
}

.review-slider .cycle-prev span,
.review-slider .cycle-next span {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -5px -285px;
    cursor: pointer;
    display: block;
    height: 10px;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 10px;
}

.review-slider .cycle-next span {
    background-position: -12px -285px;
    left: 17px;
}

.review-slider-item .icon {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -5px -221px;
    height: 60px;

    margin: 38px auto 20px;

    width: 60px;
}

.review-slider-item .text {
    bottom: 25%;
    font-weight: 300;
    max-height: 135px;
    overflow: hidden;

}

.review-slider-item .text .title {
    font-size: 0.95em;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}


/* homeboxes under the rezesionslider */
.module-box.left-under-review {
    height: 440px;
    margin-left: 8.858%;
    position: relative;
    width: 19%;
}

.module-box.left-under-review .wrapper {
    background-repeat: no-repeat;
    background-position: center;
}

.module-box.newsletter-homebox {
    float: left;
    height: 440px;
    margin: 0 2%;
    width: 19%;
}

.module-box.newsletter-homebox .acymailing_fulldiv {
    background-image: url(../../../images/homebox/newsletter-homebox.png);
    background-repeat: no-repeat;
    background-position: center;
}

.module-box.newsletter-homebox form {
    height: 440px;
    position: relative;
}

.module-box.left-under-review .title,
.module-box.newsletter-homebox .acymailing_module_form .acymailing_introtext {
    color: #fff;
    position: absolute;
}

.module-box.newsletter-homebox .acymailing_form {
    bottom: 127px;
    position: absolute;
    width: 94%;
}

.module-box.newsletter-homebox .acymailing_form .onefield.fieldacyemail {
    float: left;
    width: 76%;
}

.module-box.newsletter-homebox .acymailing_form .acysubbuttons {
    float: right;
}

.module-box.newsletter-homebox .acymailing_form .onefield.fieldacyemail .acyfield_email.acy_requiredField input {
    border: 0;
    margin: 0 0 0 18px;
    padding: 15px 12px;
}

.module-box.newsletter-homebox .acymailing_form .acysubbuttons .subbutton {
    background-color: #474747;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -32px -134px;
    border: 0;
    height: 46px;
    margin: 0;
    width: 46px;
}

.module-box.left-under-review .maintext,
.module-box.newsletter-homebox .acymailing_finaltext {
    bottom: 20px;
    color: #fff;
    font-size: 1.44em;
    font-weight: 500;
    left: 15.04%;
    line-height: 24px;
    position: absolute;
    text-align: center;
    width: 72%;
}

.module-box.right-of-newsletter {
    background-image: url(../../../images/homebox/hemd-box.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    float: right;
    height: 440px;
    margin-right: 9%;
    position: relative;
    width: 60%;
}

.custom.right-of-newsletter {
    background-color: transparent;
}

.module-box.right-of-newsletter .title {
    font-size: 2.142em;
    font-weight: 600;
    line-height: 1.3em;
    margin: 40px 0 0 40px;
}

.module-box.right-of-newsletter .subtitle {
    font-size: 1.286em;
    font-weight: 400;
    margin: 10px 0 0 40px;
    width: 40%;
}

.module-box.right-of-newsletter a {
    border-style: solid;
    border-width: 1px;
    bottom: 27px;
    color: #fff;
    display: block;
    font-size: 1.286em;
    left: 27px;
    padding: 9.5px;
    position: absolute;
    text-align: center;
    width: 205px;
}
.module-box.right-of-newsletter a:hover{
	color: #0092a9;
	text-decoration: none;
}

/* PARTNER PAYMENT BOXES */
.module-box.partner-payments-container {
    clear: left;
    padding-top: 42px;
}

.partner-payments {
    border: 1px solid #dddddd;
    float: left;
    margin: 0 2.7% 2% 0;
    position: relative;
    width: 25.5%;
}

.partner-payments:after {
    border: 1px solid #dddddd;
    content: '';
    display: block;
    height: 101%;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 100.5%;
}

.partner-payments.dhl {
    margin-left: 8.858%
}

.partner-payments .title {
    color: #42b8c5;
    font-size: 1.143em;
    margin: 33px 10px;
    letter-spacing: 0.13em;
}

.partner-payments .img-box {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    height: 80px;
    margin: 0 auto 28px;
    width: 185px;
}

.partner-payments.dhl .img-box {
    background-position: 30px -300px
}

.partner-payments.schweizer .img-box {
    background-position: 2px -391px
}

.partner-payments.payments .img-box {
    background-position: -186px -300px
}

/* content pages text */
.content-page .text {
    font-size: 1.145em;
    letter-spacing: 0.02em;
    margin-bottom: 50px;
}

/* SERVICE contact */
.module-box.service-contact {
    float: left;
    width: 67.709%;
}

.module-box.service-contact .contact-form {
    width: 100%;
}

/* Blog */
.blog-list-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0 40px;
}

.blog-list-item header {
    padding: 40px 0 0 0;
}

.blog-list-item header h3 {
    margin: 0 !important
}

.blog-list-item .image {
    float: left;
    width: 40%;
}

.blog-list-item .text {
    float: right;
    padding: 0 0 0 30px;
    width: 60%;
}

.blog-list-item .text a {
    display: inline-block;
    font-size: 1.1em;
    margin-top: 14px;
}

.blog-list-item:first-child {
    padding: 0 0 40px
}

.blog-list-item:nth-child(even) .image {
    float: right
}

.blog-list-item:nth-child(even) .text {
    float: left;
    padding: 0 30px 30px 0;
}

/*.content-page a,*/
.blog-page-wrapper {
    padding-top: 40px;
}

.blog-page-wrapper .overview {
    margin-top: 0;
}

.blog-page {
    clear: both;
}

.blog-header {
    float: left;
    margin-bottom: 50px;
}

.page-header.blog-header h1 {
    margin-top: 0;
}

.blog-page .text,
.blog-list-item .text {
    font-size: 1.143em;
}

.blog-page .text img {
    float: left;
    max-width: 50%;
    padding: 8px 20px 20px 0;
}

.blog-page .headerimg {
    margin-bottom: 20px;
    width: 100%;
}

.product {
    float: left;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 20px;
    width: 31%;
}

.product .title {
    font-weight: 600;
    height: 60px;
}

.product .price {
    color: #474747;
    font-size: 1.786em;
    font-weight: 500;
    margin: 0 0 5px;
}

.product .detailbtn {
    border-width: 1px;
    border-style: solid;
    color: #fff;
    display: block;
    line-height: 40px;
    margin-top: 15px;
    width: 100%;
}

.product .detailbtn:hover {
    background-color: #fff;
    text-decoration: none;
}

.product > .center-element {
    height: 470px;
}

.product img {
    display: block;
    width: 100%;
}

/* Article */
.module-box.topsellerlinks-box .title {
    font-size: 1.43em;
    font-weight: 600;
    margin-top: 50px;
}

.module-box.topsellerlinks-box img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.module-box.topsellerlinks-box ul {
    padding-left: 0;
}

.module-box.topsellerlinks-box li {
    list-style: none;
}

.module-box.topsellerlinks-box li a {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.module-box.topsellerlinks-box li a span {
    display: block;
    text-align: center;
    width: 100%;
}

.article-slider {
    /*height: 375px;*/
    margin-bottom: 50px;
    position: relative;
    width: 100%;
}

.p461 .article-slider {
	margin: 0 0 2.5% 0;
}

.article-slider-item {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.p463 .article-slider-item .imagetext-box.posa{
    right: 50%;
}
.p500 .article-slider-item .imagetext-box.posa{
    right: 50%;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .p463 .article-slider-item .imagetext-box.posa, .p500 .article-slider-item .imagetext-box.posa{
        right: 20px;
    }
    .p463 .article-slider-item .imagetext-box.posa h2 span, .p500 .article-slider-item .imagetext-box.posa h2 span{
        color: #ffffff !important;
        line-height: 1.2em;
    }
}

.topimage,
.image-side,
.row .imagebox {
    position: relative;
}

.topimage {
    background-position: center center;
    background-size: cover;
    margin-bottom: 5%;
}

.image-side {
    float: left;
    margin: 7px 5% 2% 0;
    max-width: 330px;
    width: 45%;
}

.imagetext-box {
    font-size: 1.4em;
    font-weight: 600;
    left: 20px;
    line-height: 28px;
    margin-right: 20px;
    top: 32px;
}

.stoerer {
    border-radius: 50%;
    bottom: 70px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 26px;
    max-width: 50%;
    padding: 20px;
    right: 4%;
    text-align: center;
}

.imagebox .stoerer.lessbot {
    bottom: 30px;
}

.row .textbox{
	display: table;
	padding-top: 7px;
}

.stoerer strong {
    font-size: 1.65em;
    font-weight: 600;
}

.content-page .imagebutton {
    bottom: 24px;
    font-size: 1.1em;
    left: 20px;
    padding: 8px 15px;
}

.content-page .imagebutton.basic-bg {
    color: #fff;
}

.row {
    margin-bottom: 1%;
}

.row.toprow:before,
.row.toprow:after,
.row.botrow:before,
.row.botrow:after {
    display: none;
}

.press-page .imagebox,
.row .imagebox {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    float: left;
    /*height: 28vw;*/
    margin-top: 8px;
    width: 48%;
    padding-bottom: 47%;
}

.with-shirt .row .imagebox {
    height: 340px;
}

.row .imagebox.float-right {
    margin-left: 20px;
}

.image-col,
.text-col {
    float: left;
    width: 49.1%;
}

.press-page .imagebox,
.image-col .halfimg {
    position: relative;
}

.row .imagebox,
.image-col .halfimg {
    margin-bottom: 1%;
}

.image-col .halfimg img {
    z-index: 1
}

.image-col .halfimg a {
    z-index: 2;
}

.text-col {
    float: right;
}

.toprow:nth-child(even) .textbox {
    float: left;
}

.row.toprow .imagebox{
	margin-bottom: 3%;
} 

.imagebox.mr {
    margin-right: 4%;
}


.botrow .imagebox {
    width: 48%;
}

.row .imagebox .imagetext {
    left: 0px;
    overflow: hidden;
    padding: 35px 30px;
    top: 0px;
}

.row .imagebox .imagetext {
    height: 440px;
}

.with-shirt .row .imagebox .imagetext {
    height: 243px;
}

.row .textbox {
    float: right;
    padding: 0 0px 10px;
    width: 48%;
}

.textbox {
    clear: both;
}

.row .textbox {
    clear: none;
}

.textbox > img {
    float: left;
    margin: 0 3% 3% 0;
    max-width: 50%;
}

.intext-table{
	background-color: #0092a9;
	border-color: #ffffff; 
	border-collapse: collapse;
	color: #fff; 
	margin-right: auto;
	margin-left: auto; 
	text-align: center;
	width: 100%;
}
	.intext-table table{
		width: 50%;
	}
	.intext-table table:first-child{
		border-right: 1px solid #fff;
	} 
		.intext-table table tr{
			height: 30px;
		}
			.intext-table table h3{
				margin-top: 4px;
			}
			.intext-table table td{
				border-bottom: 1px solid #fff;
			}
			.intext-table table tr:last-child td{
				border: 0;
			}
			
.intext-rowtable{
	width: 100%;
}
	.intext-rowtable table:first-child{
		padding-right: 10px;
	}
	
.textbox .intext-row img{
	max-width: auto;
	width: auto;
}

.cta {
    text-align: center;
}

.cta a {
    color: #fff;
    padding: 9.5px 15px;
}

.linktitle {
    color: #fff;
    height: 44px;
    margin-top: 5px;
    text-align: center;
}

.three .images a {
    width: 31.25%;
}

.three .images a:nth-child(3n) {
    margin-right: 0;
}

.four .images a:nth-child(4n) {
    margin-right: 0;
}

.article-page p {
    margin: 0;
    padding: 0;
}

/*.article-page .textbox,
.footer-seo-text{
	font-weight: 300;
}*/


.imagebox .stoerer {
    bottom: 87px;
}

.article-page .textbox {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 2.4%;
    line-height: 22px;
}

.article-page .textbox p {
    margin-bottom:10px;
}

.article-page .textbox button {
    cursor:pointer;
}

.article-page .textbox.bottom {
    padding: 10px 30px 30px 30px;
}

/* Button color for Landingpage Schröder */
.p543 .content-page .imagebutton.basic-bg {
	background-color: #a2b91c !important
}
.p543 .content-page .row:nth-child(2) .imagebutton.basic-bg {
	background-color: #fff !important;
	color: #a2b91c !important;
}

.p543 input[type="text"], .p543 input[type="email"], .p543 textarea{
	border-color: #a2b91c !important;
}
.p543 .btn-toolbar .btn{
	background-color: #a2b91c !important;
	border-color: #a2b91c !important;
}
.p543 .btn-toolbar .btn:hover{
	background-color: #fff !important;
	color: #a2b91c !important;
}

/* Botton color for Landingpage Peters*/
.p667 .content-page .imagebutton.basic-bg {
	background-color: #384fa5 !important
}
.p667 .content-page .row:nth-child(2) .imagebutton.basic-bg {
	background-color: #fff !important;
	color: #384fa5 !important;
}

.p667 .content-page input[type="text"], .p667 input[type="email"], .p667 textarea{
	border-color: #384fa5 !important;
}
.p667 .content-page .btn-toolbar .btn{
	background-color: #384fa5 !important;
	border-color: #384fa5 !important;
}
.p667 .content-page .btn-toolbar .btn:hover{
	background-color: #fff !important;
	color: #384fa5 !important;
}

/* Botton color for Landingpage Ebbers*/
.p760 .content-page .imagebutton.basic-bg {
    background-color: #1e2754 !important
}
.p760 .content-page .row:nth-child(2) .imagebutton.basic-bg {
    background-color: #fff !important;
    color: #1e2754  !important;
}

.p760 .content-page input[type="text"],
.p760 input[type="email"],
.p760 textarea{
    border-color: #1e2754 !important;
}
.p760 .content-page .btn-toolbar .btn{
    background-color: #1e2754 !important;
    border-color: #1e2754 !important;
}
.p760 .content-page .btn-toolbar .btn:hover{
    background-color: #fff !important;
    color: #1e2754 !important;
}


/* Button color for Landingpage Frey */
.p694 .content-page .imagebutton.basic-bg {
    background-color: #bea050 !important
}
.p694 .content-page .row:nth-child(2) .imagebutton.basic-bg {
	background-color: #fff !important;
	color: #bea050 !important;
}
.p694 .content-pageinput[type="text"], .p694 input[type="email"], .p694 textarea{
    border-color: #bea050 !important;
}
.p694 .content-page .btn-toolbar .btn{
    background-color: #bea050 !important;
    border-color: #bea050 !important;
}
.p694 .content-page .btn-toolbar .btn:hover{
    background-color: #fff !important;
    color: #bea050 !important;
}
.p694 .content-page .row.toprow:nth-child(2) .imagebox{
	min-height: 325px;
}

span.frey-team-name {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
   padding: 20px;
}

h2.frey-team-headline{
    padding-left: 0.75rem;
}

.p694 #content {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.p694 #content article {
    font-family: 'Cabin', sans-serif;
    font-weight:400;
}
.p694 #content article h2,
.p694 #content article h3,
.p694 #content article h4{
    font-family: 'adobe-garamond-pro', sans-serif;
    font-weight: 700;
    line-height: 29px !important;
}


/* Botton color for Landingpage LMK*/
.p695 .content-page .imagebutton.basic-bg {
	background-color: #be1622 !important
}
.p695 .content-page .row:nth-child(2) .imagebutton.basic-bg {
	background-color: #fff !important;
	color: #be1622 !important;
}
.p695 .content-page input[type="text"],
.p695 .content-page input[type="email"],
.p695 .content-page textarea{
	border-color: #be1622 !important;
}
.p695 .content-page .btn-toolbar .btn{
	background-color: #be1622 !important;
	border-color: #be1622 !important;
}

.p695 .content-page .btn-toolbar .btn:hover{
	background-color: #fff !important;
	color: #be1622 !important;
}
/*
.p695 .basic-bg,
.p695 .files a,
p.readmore a,
.p695 .button, .btn,
.p695 input[type="submit"],
.p695 #mainmenu .userlogin-cart .cart-qty,
.p695 #mainmenu .resp ul.menu ul li a:hover,
.p695 .newsletter-footer .subbutton,
.p695 .site-slider-item-caption a,
.p695 .newsletter-float .acysubbuttons input {
    background-color: #be1622;
}

.p695 .basic-border,
.p695 .files a,
.p695 .newsletter-footer .subbutton,
.p695 .newsletter-float .acysubbuttons input,
.p695 p.readmore a,
.p695 input[type="submit"],
.p695 input[type="text"],
.p695 input[type="email"],
.p695 textarea {
    border-color: #465050;
}*/




/* Presse*/
.press-page .image-top {
    margin-bottom: 50px;
}

.press-page .imagebox {
    height: 350px;
}

.press-page .imagebox:nth-child(even) {
    float: right;
}

.press-page .headline {
    font-size: 1.429em;
    font-weight: 600;
    margin-top: 50px;
}

/* Retailers */
.search-wrapper {
    padding: 60px 9.4%;
    color: #5a3a3f;
}

.retailer-searchfields {
    position: relative;
}

.retailer-searchfields input[type="text"] {

    border: none;
    color: #fff;
    float: left;
    height: 52px;
    margin: 0 1%;
    padding: 8px;
    width: 48%;
}

.retailer-searchfields input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.retailer-searchfields input[type="text"]::-moz-placeholder {
    color: #fff;
}

.retailer-searchfields input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

#search-error {
    color: #bf0000;
    height: 21px;
    left: 26.55%;
    position: absolute;
    top: -19px;
    width: 97%;
}

.search-radius-box {
    float: left;
    color: #fff;
    line-height: 52px;
    margin-bottom: 1%;
    position: relative;
    width: 25%;
}

.search-radius-box span {
    padding-left: 10px;
}

.search-radius-box div {
    display: block;
    float: right;
    height: 0px;
    position: absolute;
    right: 23px;
    top: 21px;
    width: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 1
}

.retailer-searchfields select::-ms-expand {
    display: none;
}

.retailer-searchfields select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: #fff;
    height: 52px;
    position: absolute;
    right: 0;
    width: 61%;
    z-index: 2;

}

.retailer-searchfields select:focus {
    outline: none;
}

/*.retailer-searchfields select option{
	background-color: #cda97a;
}*/

.retailer-searchfields .search-btn {
    background: #474747;
    color: #fff;
    cursor: pointer;
    float: left;
    text-align: center;
    width: 25%;
    outline: none;
    line-height: 52px;
}

.retailer-map {
    clear: both;
    margin: 0 0 30px;
    min-height: 500px;
    padding-bottom: 20%;
}

.retailer-map img {
    max-width: none;
    max-height: none;
}

.retailer-map > .gmap-marker {
    display: none;
}

.retailer-map span.name {
    font-weight: bold;
}

.result-wrapper > div {
    margin-bottom: 11px;
}

/* FAQ */
.with-shirt {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin-bottom: 95px;
    padding-right: 40px;
    width: 67.709%;
}

.p489 .with-shirt {
    margin-bottom: 0;
    padding-bottom: 70px;
}

.category-list {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin-bottom: 95px;
    width: 67.709%;
}

.category-list-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 23px 0;
}

.blog-list-item header h3,
.category-list-item .topic-title {
    cursor: pointer;
    font-size: 1.786em;
    /*font-weight: 700;*/
    font-weight: 600;
    position: relative;
}

.category-list-item .topic-title-text {
    margin-right: 55px;
}

.category-list-item .topic-title span {
    display: inline-block;
    height: 18px;
    position: absolute;
    right: 35px;
    top: -4px;
    width: 9px;
}

.category-list-item .topic-title span svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.category-list-item .topic-faq-list {
    display: none;
    margin-right: 31px;
}

.category-list-item .topic-faq-list .question {
    font-size: 1.429em;
    font-weight: 700;
    margin-top: 19px;
}

.category-list-item .topic-faq-list .answer {
    font-size: 1.143em;
}

/* SHIRT TYPE */
.sidebar,
.module-box.shirt-types {
    float: right;
    margin-top: -4px;
    width: 28%;
}

.module-box.topsellerlinks-box,
.module-box.new-here {
    clear: right;
    float: right;
    width: 28%;
}

.new-here .title,
.module-box.shirt-types .title,
.sidebar .title {
    font-size: 1.43em;
    font-weight: 600;
    margin-bottom: 3px;
}

.sidebar .title.subtitle {
    margin-bottom: 25px;
}

.shirt-types ul {
    padding-left: 0px;
}

.shirt-types ul li {
    list-style: none;
    margin-bottom: 5px;
}

.shirt-types ul li a {
    cursor: pointer;
    font-weight: 600
}

.shirt-types .text {
    font-size: 1.143em;
    margin-bottom: 10px
}

/* new at tailorjack */
.module-box.new-here {
    margin-top: 40px;
}

.new-here .text,
.newsletter-float .acymailing_introtext {
    font-size: 1.143em;
    margin-bottom: 15px !important;
}

/* Newsletter floating right*/
.module-box.newsletter-float {
    clear: right;
    float: right;
    margin-top: 40px;
    width: 28%;
}

.module-box.newsletter-float .title {
    font-size: 1.25em;
    /*font-weight: 700;*/
   font-weight: 600;
}

.module-box.newsletter-float .acysubbuttons input {
    margin-top: 0;
    padding: 8px 0px;
    width: 100%;
}

.newsletter-float .acysubbuttons input:hover {
    background-color: #fff;
}

/* JOBS */
.job-list.with-shirt {
    padding-right: 0;
}

.job-list .job-text-top,
.job-list .job-text-bottom {
    padding-right: 40px;
}

.job-list .job-text-top {
    margin-bottom: 50px;
}

.job-list .job-text-bottom {
    margin-top: 55px;
}

.job-list .job-text-top .image {
    margin-bottom: 21px;
}

.job-list-item {
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
}

.job-list-item a {
    color: #474747;
    display: block;
    padding-right: 40px;
    padding-bottom: 30px;
}

.job-list-item a:hover {
    color: #e5e5e5;
}

.job-list-item a .title {
    float: left;
    font-size: 1.286em;
    font-weight: 600;
    line-height: 25px;
    margin-top: 30px;
}

.job-list-item a .file {
    background-image: url(../img/pdf.png);
    background-position: 13px center;
    background-repeat: no-repeat;
    color: #fff;
    float: right;
    font-size: 1.286em;
    margin-top: 20px;
    margin-bottom: 30px;
    min-width: 230px;
    padding: 11px 13px;
    text-align: right;
    width: 30%;
}

/* WISSENSBEREICH-ARTIKEL */
.knowledge-header {
    padding-right: 4%;
    padding-left: 4%;
}

.with-sidebar {
    float: left;
    padding-right: 4%;
    padding-left: 4%;
    width: 70%;
}

.sidebar {
    border-left: 1px solid #f1f1f1;
    float: left;
    padding-left: 4%;
}

.sidebar .title {
    line-height: 22px;
    margin-bottom: 0;
}

.sidebar .text {
    padding: 20px 20px 60px 20px;
}

.sidebar figure {
    position: relative;
}

.sidebar figure .inimg {
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.sidebar figure .inimg a {
    color: #fff;
    display: block;
    margin-left: 10%;
    padding: 7px 10px 10px;
    width: 80%;
}

.sidebar ul {
    padding-left: 0;
    margin-bottom: 60px;
}

.sidebar li {
    list-style: none;
    margin-bottom: 10px;
}

.sidebar li:hover {
    font-weight: 600;
    text-decoration: none;
}

.sidebar .sidebar-products {
    display: inline-block;
    margin-bottom: 60px;
    width: 100%;
}

.sidebar > .sidebar-products > .title {
    margin-bottom: 20px;
}

.sidebar .sidebar-products .product {
    max-width: 250px;
    width: 100%;
}

.sidebar .sidebar-products .product img {
    margin-left: 15%;
    width: 70%;
}

.sidebar .text h1, .sidebar .text h2, .sidebar .text h3, .sidebar .text h4, .sidebar .text h5, .sidebar .text h6 {
    margin-bottom: 0;
}

.sidebar .sidebaritem {
    margin-bottom: 60px;
}

.sidebar .sidebar-menu a.active {
    font-weight: 600;
}

.knowledge-page .knowledge-slider,
.knowledge-page .knowledge-slider figure {
    height: 400px;
}

.knowledge-page .knowledge-slider {
    margin-bottom: 30px;
}

/*.knowledge-page .images .box{
	float: left;
	margin-right: 3%;
	margin-bottom: 70px;
	width: 31%;
}
.knowledge-page .images .box:nth-child(3n){
	margin-right: 0%;
}
.knowledge-page .images .title{
	font-size: 1.429em;
	font-weight: 600;
	margin-bottom: 18px;
}
.knowledge-page .images .title.posa{
	left: 20px;
	top: 20px;
}

.knowledge-page .images .text{
	font-size: 1em;
	height: 340px;
	overflow: hidden;
}

.knowledge-page .images a.button{
	text-align: center;
	width: 100%;
}

.knowledge-page .images a.button:hover{
	text-decoration: none;
}*/
/* SEO TEXT */
.custom.footer-seo-text {
    color: #c2c0c0;
    line-height: 23px;
    margin: 24px 0px 24px 8.858%;
    width: 82.284%;
}

.custom.footer-seo-text .title {
    font-size: 2.143em;
    font-weight: 600;
}

/* SOCIAL MEDIA */
ul.social-media-menu {
    background-image: url(../../../images/site/tailorjack_Logo_claim.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 143px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 0 30px 8.858%;
    max-width: 1150px;
    padding: 30px 0;
    width: 82.284%;
}

ul.social-media-menu li {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    float: right;
    height: 35px;
    margin: 0 0 0 20px;
    width: 35px;
}

ul.social-media-menu li.item-469 {
    background-position: -41px -3px;
}

ul.social-media-menu li.item-469:hover {
    background-position: -89px -3px;
}

ul.social-media-menu li.item-470 {
    background-position: -41px -49px;
}

ul.social-media-menu li.item-470:hover {
    background-position: -89px -49px;
}

ul.social-media-menu li a {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    width: 35px;
}

/* FOOTER MENU */
ul.footermenu {
    width: 19%;
}

.newsletter-footer .acymailing_introtext,
ul.footermenu li a {
    color: #474747;
    font-size: 1.143em;
    font-weight: 400;
    padding: 0 12px 3px 0;
}

ul.footermenu li:first-child a {
    font-size: 1.429em;
    font-weight: 600;
    margin-bottom: 35px;
}

ul.footermenu.tailorjack {
    margin-left: 8.858%;
}

.newsletter-footer {
    color: #474747;
    float: left;
    width: 25%;
}

.module-box.newsletter-float .acyfield_email input,
.newsletter-footer .acyfield_email input {
    border-color: #ddd;
    margin-bottom: 0;
}

.newsletter-footer .acyfield_email input:focus {
    border-color: #474747
}

.newsletter-footer .acyfield_email input::-webkit-input-placeholder,
.newsletter-footer .acyfield_email input::-moz-placeholder,
.newsletter-footer .acyfield_email input:-ms-input-placeholder,
.newsletter-footer .acyfield_email input:-moz-placeholder {
    color: #ddd !important;
}

.newsletter-footer .acymailing_introtext {
    margin-bottom: 25px !important
}

.newsletter-footer .acymailing_introtext .title {
    font-size: 1.25em;
    /*font-weight: 700;*/
    font-weight: 600;
    margin-bottom: 31px !important
}

.newsletter-footer .subbutton {
    font-size: 1.29em;
    margin-top: 0;
    padding: 5px 0px 10px;
    width: 100%
}

#zwetschke-herz {
    margin-top: 50px;
    margin-bottom: 40px;
}

.home #newsroom{
    margin: 0px 0 0 40px;
}
#newsroom {
    margin: 0 auto;
    padding: 10px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 60px;
}
#newsroom .breakingNews {
    width: 100%;
    height: 40px;
    background: #FFF;
    position: absolute;
    border: solid 2px #0092a9;
    overflow: hidden;
    /*z-index: 1002;*/
}
#newsroom .breakingNews > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 127px;
    top: 0;
    right: 40px;
    height: 40px;
    font-size: 16px;
}
#newsroom .breakingNews > ul > li {
    position: absolute;
    height: 40px;
    width: 100%;
    line-height: 40px;
}
#newsroom .breakingNews > ul > li > a {
    -o-transition: .25s linear;
    transition: .25s linear;
    -moz-transition: .25s linear;
    -webkit-transition: .25s linear;
    text-decoration: none;
    color: #333;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}
#newsroom .breakingNews > .bn-title {
    width: auto;
    height: 40px;
    float: left;
    display: inline-block;
    background: #0092a9;
    position: relative;
}
#newsroom .breakingNews > .bn-title > a h2 {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    line-height: 40px;
    font-size: 20px;
    color: #FFF;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#newsroom .breakingNews.bn-red {
    border-color: #0092a9;
}
#newsroom .breakingNews.bn-red > .bn-title {
    background: #0092a9;
    border-left-color: #0092a9;
}
#newsroom .breakingNews.bn-red > .bn-title > span {
    width: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #0092a9;
}
#newsroom .breakingNews.bn-bordernone {
    border: none;
}

#newsroom .breakingNews >ul >li > a:hover {
    text-decoration: underline !important;
}
@media only screen and (max-width: 500px) {
    #newsroom {
        max-width: 100%;
        padding: 10px 20px 40px 20px;
        margin: 0 !important;
    }
    #newsroom .breakingNews {
        width: 100%;
        height: 30px;
    }
    #newsroom .breakingNews > .bn-title {
        height: 30px;
    }
    #newsroom .breakingNews > .bn-title > a {
        line-height: 30px;
    }
    #newsroom .breakingNews > .bn-title > a h2 {
        line-height: 30px !important;
        font-size: 18px;
        height: 30px !important;
    }
    #newsroom .breakingNews > .bn-title > span {
        top: 6px !important;
    }
    #newsroom .breakingNews > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        left: 117px;
        top: 0;
        right: 0px;
        height: 30px;
        font-size: 13px;
    }
    #newsroom .breakingNews > ul > li {
        width: 100%;
        clear: both;
        font-size: 11px;
        padding-right: 30px;
        line-height: 1.2em;
        position: relative !important;
        display: table;
        height: auto !important;
        padding-top: 3px;
    }
    #newsroom .breakingNews > ul > li a{
        white-space: unset;
    }
}