<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-ms-viewport {
  width: device-width;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container{
        width: 940px;
    }
    .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .row &gt; [class*="col-"]{
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-xs-4 {
	    width: 33.33333%;
    }

    #site-nav &gt; ul &gt; li &gt; a{
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav .dropdown ul {
	    right: -200px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .container{
        width: 720px;
    }
    .row &gt; [class*="col-"]{
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-xs-4 {
	    width: 33.33333%;
    }

    #logo{
        width: 28% !important;
    }
    #header-widgets{
        width: 72% !important;
    }
    #header-social{
        display: none;
    }
    #site-nav &gt; ul &gt; li &gt; a{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #footer-nav li{
        margin: 0 5px;
    }

    .section-bg-over {
	    margin-top: -160px;
    }

    .post-list .holder {
	    padding: 15px 10px 0;
    }

    #site-nav {
	    display: none;
	}

	#mobile-menu-trigger, #mobile-menu {
		display: block;
	}

    .nav .dropdown ul {
	    right: -200px;
    }

    .site-title img {
	    width: 166px;
	    height: 60px;
	}

    .is-sticky .site-title img {
	    width: 138px;
	    height: 50px;
    }
}

/* xs */
@media (max-width: 767px) {
    .container{
        width: 90%;
    }
    [class*="col-"]{
        width: 100%;
    }

    .col-xs-4 {
	    width: 33.33333%;
	    right: inherit
    }

    .section,
    .section.pad50,
    .section.pad40{
        padding-top: 40px;
    }
    .section .section-content,
    .section.pad50 .section-content,
    .section.pad40 .section-content{
        padding-bottom: 40px;
    }
    #logo{
        width: auto;
        float: left;
    }
    #header-widgets{
        float: right;
        width: auto;
    }
    #site-nav{
        display: none;
    }
    #header-social{
        display: none;
    }
    #mobile-menu-trigger,
    #mobile-menu{
        display: block;
    }
    #footer-bottom{
        text-align: center;
    }
    #footer-nav{
        display: none;
    }
    .callout{
        display: block;
    }
    .callout &gt; div{
        display: block;
    }
    .callout-button{
        text-align: left;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .section-bg-over {
	    margin-top: -20px;
	    border-bottom: 1px solid #ddd;
    }

    .post-list .holder {
	    padding: 15px 10px 0;
    }

    .top {
	    text-align: center;
    }

    .col-xs-6 {
	    width: 50%;
    }

    .col-xs-3 {
	    width: 25%;
    }

    .col-xs-offset-3, .col-xxs-offset-3 {
	    margin-left: 25%;
    }

    .site-title img {
	    width: 166px;
	    height: 60px;
	}

    .is-sticky .site-title img {
	    width: 138px;
	    height: 50px;
    }
}

@media (max-width: 600px) {
	.member-holder-600 {
		width: 50%;
	}

	#section-services .member-holder-600 .member.member-vertical {
	    margin-bottom: 40px;
    }

    #section-services .member-holder-600 .member.member-vertical.last, #section-services .member-holder-600 .member.member-vertical.vorlast {
	    margin-bottom: 0;
    }
}

/* xxs */
@media (max-width: 480px) {
    .container{
        width: 90%;
    }
    [class*="col-"]{
        width: 100%;
    }
    .section,
    .section.pad80,
    .section.pad70,
    .section.pad60,
    .section.pad50,
    .section.pad40{
        padding-top: 40px;
    }
    .section .section-content,
    .section.pad80 .section-content,
    .section.pad70 .section-content,
    .section.pad60 .section-content,
    .section.pad50 .section-content,
    .section.pad40 .section-content{
        padding-bottom: 40px;
    }
    #logo{
        width: auto;
        float: left;
    }
    #header-widgets{
        float: right;
        width: auto;
    }
    #site-nav{
        display: none;
    }
    #header-social{
        display: none;
    }
    #mobile-menu-trigger,
    #mobile-menu{
        display: block;
    }
    #footer-bottom{
        text-align: center;
    }
    #footer-nav{
        display: none;
    }
    .callout{
        display: block;
    }
    .callout &gt; div{
        display: block;
    }
    .callout-button{
        text-align: left;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .tp-banner .large-black {
	    font-size: 12px !important;
	    line-height: 16px !important;
	    margin-top: -50px;
	    text-align: center !important;
    }

    .tp-banner .big-medium-black {
	    margin-top: 20px;
    }

    .tp-banner .medium-black {
	    margin-top: 40px;
	    font-size: 12px !important;
	    line-height: 16px !important;
    }

    .visible-xxs {
	    display: block;
    }

    .hidden-xxs {
	    display: none;
    }

    [class*="col-xs-offset-"]{
        margin-left: auto;
    }

    .col-xs-6 {
	    width: 50%;
    }

    .col-xs-3 {
	    width: 25%;
    }

    .col-xxs-6 {
	    width: 50%;
    }

    .col-xxs-12 {
	    width: 100%;
    }

    #section-services .member.member-vertical {
	    margin-bottom: 40px;
    }

    #section-services .member.member-vertical.last {
	    margin-bottom: 0;
    }

    .member-holder-600 {
	    width: 100%;
    }

    #section-services .member-holder-600 .member.member-vertical.vorlast {
	    margin-bottom: 40px;
    }
}

/* till 320 */
@media (max-width: 320px) {

}</pre></body></html>