@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
body{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.invisible{
    display:none;
}

a, a:visited, a.read-more, a.read-more:visited{
    color: #9a2943;
}

a:hover{
    color: #aa3550;
}


h2{
    font-size: 42px;
    color: #4C5158;
    margin-top: 80px !important;
    text-align: center;
}

h2:after
{
    content:' ';
    display:block;
    border:2px solid #dcdcdc;
    width: 40px;
    margin: 20px auto;
}

h3{
    font-size:30px;
    margin-top:50px !important;
    text-align: center;
}

.entry-content, .entry-summary, .page-content{
    margin: 0 !important;
}

#page h5{
    font-size: 22px;
}

.entry-content ul, .product-content ul {
    margin: auto;
    max-width: 550px;
    text-align:left;
}

.site-logo img{
    height:40px;
}

.inside-header {
    padding: 10px;
}

.main-navigation{
    width:100% !important;
}

.main-navigation, .main-navigation ul ul {
    background-color: #ffffff;
    border-top: 1px solid #dcdcdc;
    font-weight: normal;
}

.main-navigation .current-menu-item, .main-navigation .current-menu-parent {
    border-top: 2px solid #9a2943;
}

.main-navigation .menu-item > a {
    text-transform: uppercase;
}

.one-container.page .home-page .inside-article{
    width:100%;
}
.one-container.page .inside-article p{
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    padding: 10px;
}

.one-container.page .content-page .inside-article{
    width:75%;
    margin:auto;
}

body > div.page-header-image.grid-container.grid-parent{
    width:100%;
    max-width:100%;
}

.attachment-full.size-full{
    width:100%;
}

.home #page{
    width:100%;
    max-width:100%;
}

.home hr, .home .portfolio-archive{
    max-width:1400px;
    margin:auto;
}

.call2actions {
    background-color: #ffffff;
    display: block;
    margin: 50px auto auto;
    position: relative;
    width: 80%;
    max-width:1006px;
    box-shadow: 0 11px 18px 0 rgba(0, 0, 0, 0.15);
}

.call2actions.split-2 .action{
    width: 48%;
}

.call2actions.split-3 .action{
    width: 33%;
}

.call2actions.split-4 .action{
    width: 25%;
}



.call2actions .action {
    display: inline-block;
    text-align: center;
    height:130px;
    border-left: 1px solid #dcdcdc;
}

.call2actions .action:first-child {
    border-left: none;
}

.call2actions .action > span {
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    color: #27292D;
    margin-top:15px;
}

.call2actions .action > a {
    background-color: #9a2943;
    border-radius: 24px;
    color: #ffffff;
    display: inline-block;
    margin-top: 24px;
    width: 240px;
    height: 42px;
    line-height:42px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

.call2actions .action > a:hover{
    background-color:#aa3550;
}

.portfolio-product .call2actions{
    margin-top: 80px;
    max-width: 800px;
}

.homeTeaser {
    text-align: left;
    max-width:1400px;
    margin:auto;
}

.homeTeaser.teaser h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 15px !important;
    text-align: left;
}

.homeTeaser.teaser h3:after{
    border: 1px solid #dcdcdc;
    content: " ";
    display: block;
    margin: 15px 0;
    width: 40px;
}

.homeTeaser.teaser{
    padding: 0 100px;
}

.homeTeaser.teaser.no-text h3:after {
    border: medium none;
}
.homeTeaser.teaser.no-text h3 {
    margin-top: 10px !important;
}

.homeTeaser .teaserEntryWrapper {
    width: 33.33%;
    float: left;
    display:inline-block;
    position: relative;
    margin-bottom:60px;
}

.teaserEntry a, .teaserEntry a:hover, .teaserEntry a:visited {
    color: #3a3a3a;
}

.teaserEntry a.read-more:hover{
    color: #aa3550;
}

.teaserEntry a.read-more, .teaserEntry a.read-more:visited {
    color: #9a2943;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;
}

.teaserEntry a.read-more:after{
    content: ">";
    margin-left:10px;
}


.homeTeaser .ribbon{
    left:-3px;
}

.homeTeaser.teaser .teaserEntry{
    margin: 0 10px;

}

.homeTeaser.teaser .teaserImage{
    height:241px;
    overflow: hidden;
}

.homeTeaser.image .teaserImage{
    height:480px;
    position:relative;
    overflow: hidden;
}

.teaserEntry > h3 {
    height: 85px;
    margin-top: 30px !important;
}

.homeTeaser.image .teaserImage h3{
    position:absolute;
    bottom: 10px;
    left: 20px;
    color: #FFFFFF;
    font-weight:500;
    font-size:20px;
}

.homeTeaser .teaserImage img{
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
}

.homeTeaser .teaserImage:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}

.homeTeaser a.more{
    display: block;
    margin: auto;
    text-align: center;
    margin-top:60px;
    text-transform: uppercase;
    color: #9a2943;
    font-weight:500;
    clear:both;
}

.homeTeaser a.more:hover{
    color: #aa3550;
}

.homeTeaser a.more:after{
    content:">";
    margin-left:10px;
}

.content-header .backlink {
    color: #ffffff;
    display: block;
    margin: -40px auto auto;
    text-transform: uppercase;
    width: 300px;
    text-align: center;
}

.content-header .backlink:hover{
    cursor: pointer;
}

.content-header .backlink:before{
    content: '< ';
    margin-right: 10px;
}

.brand_logo {
    margin: 1px;
    display: inline-block;
    height: 147px;
    width: 198px;
    background-color: #FFFFFF;
    text-align: center;
}

.productThumbs {
    background-color: white;
    display: inline-block;
    height: 150px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    width: 198px;
    margin: 1px;
}

.productThumbs .imgWrapper {
    height: 100px;
    margin-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.productThumbs img {
    height: 100px;
    position: absolute;
    margin: auto;
    left:0;
    right:0;
}

.productThumbs.online img{
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -ms-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
    left:-132px;
    top:-36px;
}

.productThumbs .productTitle{
    display: inline-table;
    text-align: center;
    color: #4C5158;
}

.productFields{
    width: 100%;
}

.productFields .productInfo{
    display:inline-block;
    margin: 60px;
    max-width: 300px;
}

.productFields .productInfo i{
    display: block;
    font-size: 60px;
    color: #4c5158;
}

.productFields .productInfo span.title{
    font-size: 20px;
}

.productFields .productInfo div{
    font-weight: bold;
    font-size: 20px;
}

.portfolio{
    background-color:white;
}

.portfolio-archive, .portfolio-product, .adverts-type{
    text-align: center;
}

.portfolio-archive a{
    display: inline-flex;
}

.portfolio-archive a.brand_logo{
    display: inline-block;
}

.portfolio-product p, .single-adverts_content_type p{
    max-width:800px;
    margin:auto;
    font-weight: 300;
    font-size: 20px;
    padding:10px;
}

.portfolio-product h4, .portfolio-product h3{
    font-size: 30px;
    color: #4C5158;
    margin-top: 80px !important;
    font-weight: 300;
}

.portfolio-product .product-content hr {
    display: none;
}

.portfolio-product .product-content .productCover{
    max-width: 300px;
    max-height: 300px;
    margin: 40px auto 0 auto;
}

.portfolio-product .prices{
    margin-bottom: 80px;
}

.portfolio-product .prices table {
    margin: 0 auto;
    max-width: 800px;
}
.portfolio-product .prices table thead {
    background-color: #aa3550;
    color: #ffffff;
}

.portfolio-product .prices table img {
    width: 50px;
}
 .portfolio-product .prices table td, .portfolio-product .prices table th{
    text-align: center;
    font-weight: 300;
    font-size: 20px;
}

.portfolio-product .prices table th{
    font-weight: 500;
    white-space: nowrap;
}

.portfolio-product .prices table td:first-child, .portfolio-product .prices table th:first-child {
    text-align: left;
}

p.adverttypes-all {
    margin-top: 50px;
    text-align: center;
}

.beautiful-taxonomy-filters-button{
    background-color: #9a2943;
    border-radius: 24px;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 42px;
    margin: 30px auto 0 auto;
    width:100%;
    max-width:250px;
}

.beautiful-taxonomy-filters-button:hover{
    background-color: #9f0b35;
}

#beautiful-taxonomy-filters-product_content_type, #beautiful-taxonomy-filters-portfolio {
    background-color: #ffffff;
    box-shadow: 0 11px 18px 0 rgba(0, 0, 0, 0.05);
    font-size: 18px;
    font-style: italic;
    margin: 30px auto 50px auto;
    padding: 30px;
    text-align: center;
    width: 800px;
}

.beautiful-taxonomy-filters-label{
    display:none;
}

.select2-results__option{
    font-size:12px;
}

.select2-container--default{
    width: 100% !important;
}


.select2-container--default .select2-selection--single{
    border-radius:0;
    border-color: #dcdcdc;
    height:50px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    background: rgba(0, 0, 0, 0) no-repeat scroll 100% -22px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:50px;
    right:7px;
}

.post-navigation {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding: 10px 0;
    color: #9f0b35;
    font-weight: 500;
}

.post-navigation a, .post-navigation a:hover,
.post-navigation a:visited{
    color: #9f0b35;
}

.post-navigation .nav-next {
    float: right;
}
.post-navigation .nav-previous {
    float: left;
}

.post-navigation a{
    font-size: 15px;
    text-transform: uppercase;
}


.magazin-archive{
    padding: 0px 40px;
}

.magazin-archive .intro{
    text-align: center;
    max-width:800px;
    margin: 0 auto 50px;
    width:100%;
}

.magazin-archive article.post{
    padding: 0 30px 0 0px;
    margin: auto;
}

.magazin-archive article.post .post-image img{
    width:100%;
}

.magazin-archive article.post .post-image{
    margin-top: 0px;
}

.magazin-archive .inside-article {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;
}

.magazin-archive h3, .magazin-single h3{
    font-size: 25px;
    margin-top:20px !important;
    margin-bottom:15px;
    font-weight: 500;
    text-align: left;
}

.magazin-single h3{
    margin-top: 50px !important;
}

.magazin-archive h3 a, .magazin-archive h3 a:hover, .magazin-archive h3 a:visited,
.search-entry h3 a, .search-entry h3 a:hover, .search-entry h3 a:visited{
    color: #4C5158 !important;
}

.magazin-archive .moretag, .search-entry .moretag {
    color: #9f0b35;
    display: block;
    font-weight: 500;
    font-size:15px;
    margin-top: 10px;
    text-transform: uppercase;
}

.magazin-archive .moretag:after, .search-entry .moretag:after{
    content: ' >';
    margin-left:10px;
}

.magazin-image{
    position:relative;
}

.magazin-single #primary {
    padding-right: 30px;
    padding-left:10px;
}

.magazin-single .entry-header{
    margin-bottom:20px;
}

.magazin-single .attachment-post-thumbnail {
    width: 100%;
}

.magazin-single h1{
    margin: 50px 0 20px 0;
}

.magazin-single .backlink {
    color: #9a2943;
    font-size: 15px;
    font-weight: 500;
    margin-top: 65px;
    text-transform: uppercase;
}

.magazin-single .backlink:hover{
    cursor: pointer;
}

.magazin-single .backlink:before{
    content: '< ';
    margin-right: 10px;
}


.sidebar .widget .widget-title{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight:300;
}

.sidebar .widget li{
    margin-left:15px;
    font-weight: 300;
}

.sidebar .widget li:before{
    content: '> ';
    margin-right: 10px;
}



.sidebar .tagcloud a {
    border: 1px solid #dcdcdc;
    border-radius: 17px;
    display: inline-block;
    font-size: 17px !important;
    margin: 0 5px 10px 0;
    min-width: 95px;
    padding: 3px 10px;
    text-align: center;
}

.sidebar .widget.recent-posts-extended{
    padding:0;
}

.sidebar .widget.recent-posts-extended h4{
    padding: 20px 20px 10px;
}

.sidebar .widget .rpwe-li{
    margin-left:0;
}

.sidebar .widget .rpwe-li::before{
    content: '';
    margin:0;
}

.sidebar .widget .rpwe-img {
    display: block;
    padding: 0 20px;
}

.sidebar .widget .rpwe-li .rpwe-thumb{
    width: 100%;
}

.sidebar .rpwe-summary  {
    /*visibility: hidden;*/
    font-size:18px;
    font-weight: 300;
    padding:20px;
}

.sidebar .rpwe-summary .more-link {
    visibility: visible;
    display: block;
    color: #9a2943;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}

.sidebar .rpwe-summary .more-link:visited{
    color: #9a2943;
}

.sidebar .rpwe-summary .more-link:after {
    content: '>';
    margin-left:10px;
}

.sidebar .rpwe-block h3 {
    font-size: 22px !important;
    font-weight: 300;
    margin-left: 10px;
    margin-top: 10px !important;
    text-align: left;
    display: none;
}

.category-magazin .page-header-image-single img{
    width:100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.category-magazin .page-header-image-single{
    overflow:hidden;
    height: 330px;
    position:relative;
}


.site-footer{
    margin-top:80px;
}



.ribbon {
    font-size: 13px !important;
    text-transform: uppercase;
    /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
    left:-13px;
    z-index:1;
    position: absolute;
    background: #4c5158;
    color: #fff;
    text-align: center;
    padding: 10px 2em; /* Adjust to suit */
    margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}

.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}

.ribbon .ribbon-content{
    z-index: 1;
}

.ribbon .ribbon-content:before {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
    bottom: -1em;
}
.ribbon .ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.contact{
    text-align: center;
    margin:auto;
}

.contact div{
    margin: 20px auto;
}
.contact span, .contact i {
    vertical-align: middle;
}

.contact span {
    min-width: 18ex;
    display: inline-block;
    text-align: right;
    vertical-align: baseline;
}

.contact i{
    display: inline;
    margin-right:20px;
}

.caldera-grid{
    margin:40px;
}

.caldera-grid .form-control{
    border:none;
    height:45px;
    font-size:17px;
    font-style: italic;
}

.caldera-grid .form-control:focus{
    border:none;
    box-shadow: none;
}

.caldera-grid select.form-control{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
    cursor:pointer;

}


.caldera-grid select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.caldera-grid .contact {
    display: inline-block;
    vertical-align: top;
    width:50%;
}

.caldera-grid .contact h4{
    font-weight:500;
    font-size:20px;
}

.caldera-grid .nolabel .control-label{
    display:none;
}

.caldera-grid .submit-button{
    text-align: center;
}
.caldera-grid .btn-default{
    background-color: #9f0b35;
    font-weight: 300;
    padding: 5px;
    text-transform: uppercase;
    border-radius: 22px;
    width:50%;
    max-width:250px;
    color: #FFFFFF;
    border:none;
    height:44px;
}

.caldera-grid .alert{
    text-align: center;
}

.caldera-grid .form-group.topics, .caldera-grid .form-group.anrede {
    background-color: #ffffff;
    padding-bottom: 10px;
    padding-top: 5px;
}
.caldera-grid .form-group.topics .control-label,
.caldera-grid .form-group.anrede .control-label{
    color: #555;
    font-style: italic;
    padding-left: 10px;
}

.caldera-grid .form-group.anrede .control-label .field_required{
    color: #555 !important;
}

.caldera-grid .form-group.anrede .radio{
    display: inline;
}

.form-group.anrede > div {
    display: inline;
    padding: 0 20px;
}


.caldera-grid .form-group.topics .checkbox {
    padding: 0 20px;
}
.caldera-grid .form-group.topics .checkbox > label {
}
.caldera-grid .form-group.topics .checkbox input {
    margin-right: 10px;
}
.caldera-grid textarea.form-control {
    min-height: 250px;
}
.caldera-grid .form-group.message, .caldera-grid .form-group.topics {
    background-color: #ffffff;
    min-height: 250px;
}

/** fix for text displayed thinner when flexslider is on the page **/
.flex-viewport {
    position: relative;
    z-index: 1;
}


.headerNavigation li.search-item{
    margin-right:20px;
    z-index: 21;
}


.headerNavigation li.search-item i {
    transform: rotate(90deg);
}




.headerNavigation li.search-item
{
    width: auto;
    display: inline-block;
}



.headerNavigation li{
    float: none;
   display: inline;
    *zoom: 1;
}

 .headerNavigation ul {
    letter-spacing: -0.31em;
    font-size: 1em;
}

.headerNavigation ul li {
    letter-spacing: normal;
}

.header-widget{
    width: 80%;
    max-width:80% !important;
    text-align:right;
    position: relative;
}

.header-widget .navigation-search{
    background-color: #333333;
    top:0px;
    right:115px;
    width:80%;
}

.header-widget .navigation-search input,
.error404 .header-widget .navigation-search input,
.no-results .header-widget .navigation-search input{
    height: 40px;
    width: 100%;
}

.headerNavigation .devider {
    border-left: 1px solid #dcdcdc;
    padding-left: 20px;
}

.headerNavigation .newsletter{
}

.headerNavigation .contact{
/*    margin-left: 20px;*/
    font-size:20px;
}

.inside-navigation .search-form{
    background-color: #333333;
    visibility: hidden;
}

#primary-menu .search-item, .mobile-bar-items .search-item{
    display:none;
}

.search-item.current-menu-item{
    border-top:none;
}

.jobadsloader_locations_select,
.jobadsloader_inputs,
.jobadsloader_locations_select_label,
.jobadsloader_table th,
.jobadsloader_search_container input {
    display: none;
}
.jobadsloader_table{
    border: none
}
.jobadsloader_table td {
    padding: 0 0 10px;
    border: none;
}

.jobadsloader_table td a {
    text-decoration: none;
    font-weight: bold;
}

.footer-menu{
    margin: 0 30px;
    color: #7C8380;
    text-transform: uppercase;
    font-weight: 500;
    font-size:15px;
    text-align: left;
}

.footer-menu-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 33%;
}
.footer-menu-item > h4 {
    border-bottom: 1px solid #7C8380;
    width: 90%;
    padding:20px 0;
}

.footer-menu-item ul{
    list-style: none;
    margin: 0;
    width:90%;
}

.site-info .footer-menu-item a, .site-info .footer-menu-item a:visited{
    color: #7C8380;
}

.footer-menu-item i {
    font-size: 50px;
    margin-right: 15px;
}

.footer-menu-item i.fa-envelope{
    font-size:53px;
}

.footer-menu-item .certificates img{
    margin: 20px 10px 0 0;
    height: 68px;
    vertical-align: middle;
}

.footer-menu-item .certificates img ~ img{
    margin-right: 0;
}


.entry-meta {
    display: inline !important;
    font-style: italic;
}

.byline, .group-blog .byline, .single .byline {
    display: inline !important;
}

.cat-links, .comments-link, .tags-links, footer.entry-meta .byline, footer.entry-meta .posted-on {
    display: inline !important;
}

.cat-links::before, .comments-link::before, .byline:before, .tags-links::before {
    content: "/" !important;
    padding: 5px;
    width: auto;
    margin-right:0px !important;
}

.productWrapper {
    display: inline-block;
    margin-bottom: 20px;
}

.mediadata-entry {
    margin: 1px auto;
    max-width: 900px;
    min-height: 50px;
    position: relative;
    text-align:left;
    background-color: #FFFFFF;
}

.mediadata-entry.odd{
    background-color: #FFFFFF;
}

.mediadata-entry i {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor:pointer;
}
.mediadata-entry > h4 {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    margin: 15px 10px;
    vertical-align: middle;
}


.mediadatas{
    text-align:center;
}

.submit.btn, .comment-form input.submit, .search-form .search-submit {
    background-color: #9a2943;
    border-radius: 24px;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 42px;
    margin: 24px auto 0 auto;
    text-transform: uppercase;
    width: 240px;
}

.submit.btn:hover, .comment-form input.submit:hover, .search-form .search-submit:hover {
    background-color: #aa3550;
}

.submit.btn.mediadatas{
    line-height:42px;
}

.submit.btn.mediadatas::after{
    content: "\f1c1";
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px;
}

.mediadatas-backlink {
    color: #ffffff;
    display: block;
    margin: -60px auto auto;
    text-transform: uppercase;
    width: 300px;
    text-align: center;
}

.mediadatas-backlink:hover{
    cursor: pointer;
    color: #ffffff;
}

.mediadatas-backlink:visited{
    color: #ffffff;
}

.mediadatas-backlink:before{
    content: '< ';
    margin-right: 10px;
}

.mediadatas input[type=checkbox]{
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.0); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    cursor:pointer;
}

.search-entry{
    max-width:80%;
    margin:auto;
    border-bottom:1px solid #dcdcdc;
}

.search-image{
    text-align:center;
}
.search-image .attachment-full.size-full.wp-post-image{
    width: auto;
    max-height:300px;
}

.comment-form {
    background-color: #ffffff;
    margin: auto;
    max-width: 800px;
    padding-bottom:20px;
}
.comment-form textarea {
    margin: 20px;
    width: 95%;
}
.comment-form .logged-in-as {
    margin: 30px 20px 0;
    padding-top: 30px;
}

.comment-form > input {
    margin: auto;
}


.no-results.not-found, .error404 #primary {
    max-width: 600px;
    text-align: center;
    margin: auto;
}

.no-results.not-found .search-form .search-field, .error404 .search-form .search-field{
    width: 60%;
    border: none;
    font-style: italic;
    padding-right:0px;
}

div.crafty-social-buttons{
    padding: 0 0 30px 0;
    border-bottom: 1px solid #dcdcdc;
}

.crafty-social-caption{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px !important;
    text-transform: uppercase;
}

a.crafty-social-button:after{
    color: white;
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    opacity: 0.75;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    min-width:55px;
}

.csb-facebook::after {
    background-color: #3b5998;
    content: "teilen";
}

.csb-twitter::after {
    background-color: #39a9e0;
    content: "tweeten";
}

.csb-linkedin::after {
    background-color: #007fb1;
    content: "sharen";
}

.csb-google::after {
    background-color: #d14836;
    content: "teilen";
}

.csb-xing::after {
    background-color: #cccccc;
    content: "xingen";
}

.csb-pinterest::after {
    background-color: #cb2027;
    content: "pinnen";
}

.csb-email::after {
    background-color: #666666;
    content: "mailen";
}

.csb-whatsapp::after {
    background-color: #cccccc;
    content: "whatsappen";
}

#comments h3{
    text-align:center;
}
.falk-routeplanner-widget{
    margin: auto;
}

.falk-routeplanner-widget h3{
    margin-top: 0px !important;
    text-align: left;
}