/*   
Theme Name: MyFirstChildTheme
Description: This is a custom child theme for twentyeleven.
Author: Robert klank
Author URI: http://www.designer-magdeburg.de
Template: twentyeleven
Version: 1.6 - 2018
Tags:
*/


@import url("../twentyeleven/style.css");

/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com
*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=bf556d87-aac8-4503-8523-ce47c9a0f614&fontids=5607184");
@font-face{
    font-family:"Didot LT W02 Italic";
    src:url("Fonts/5607184/9d561d74-4da6-4291-a24f-9cbbf1edfb12.eot?#iefix");
    src:url("Fonts/5607184/9d561d74-4da6-4291-a24f-9cbbf1edfb12.eot?#iefix") format("eot"),url("Fonts/5607184/0e109c3d-ff9c-4a08-9097-a8d2741a72ea.woff2") format("woff2"),url("Fonts/5607184/6c9fcd65-6a7c-40a4-b41e-c4951d4a1886.woff") format("woff"),url("Fonts/5607184/504dffe2-a3aa-4a60-867b-7b28c420f10a.ttf") format("truetype");
}


/* =Structure
----------------------------------------------- */

body {
    padding: 0;
    /*padding: 0 2em;*/
    background-color: 
}
#page {
    /*margin: 2em auto;*/
    margin: 0 auto;
    max-width: 1130px;
    padding-left: 80px;
}
#branding hgroup {
    margin: 0 7,6%;
}
#access div {
    /*margin: 0 7,6% 0 0;*/
    position: fixed;
    margin: 0; 
    top: 28%;
    /*margin-top: 125px;*/
}


.home #access div {/*margin-top: 20px;*/ }
#primary {
    float: left;
    /*margin: 0 -26.4% 0 0;*/
    margin: 0 0 0 2%;
    width: 100%;
}
@media (max-width: 1350px) { #primary {margin: 0 0 0 4%;} }

#content {
    margin: 0;
    width: 100%;
}
#secondary {
    display: none;
    float: right;
    margin-right: -9%; /* original 13%*/
    margin-top: 127px; /* nun buendig auf startseite - original 185px */
    width: 28.5%; /* geändert auf 285px Breite 06/2015 rkl*/
}
/*
@media (max-width: 1380px) {
    #secondary {margin-right: -6%;}
}
@media (max-width: 1160px) {
    #secondary {margin-right: -3%;}
    #content {margin-right: -4.8%}
}

@media (max-width: 1128px) {
    #secondary {margin-right: 40%;}
    #content {  margin: 0 34% 0 10%; }
}
*/
/* Singular */
.singular #primary {
    margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
    margin: 0;
    position: relative;
    width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* Attachments */
.singular .image-attachment .entry-content {
    margin: 0 auto;
    width: auto;
}
.singular .image-attachment .entry-description {
    margin: 0 auto;
    width: 68.9%;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
    color: #000000;
    font: 15px Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.625;
}
body {
    background: #e2e2e2;
}
#page {
    background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}

/* Text elements */
p {
    /*margin-bottom: 1.625em;*/  /* schmalere Abstände Fotos */
    margin-bottom: 0.625em;
}
.single p, .single-post p {
    width: 100%;
}
ul, ol {
    margin: 0 0 1.625em 2.5em;
}
ul {
    list-style: square;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 1.625em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.625em;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}
code, kbd, samp, var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}
address {
    display: block;
    margin: 0 0 1.625em;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
    background: #fafafa;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
    color: #373737;
}
textarea {
    padding-left: 3px;
    width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
    padding: 3px;
}
/*input#s {
    background: url(images/search.png) no-repeat 5px 6px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
}*/

/* Links */
a {
    color: #1982d1;
    text-decoration: none;
}
a:focus,
a:active,
a:hover {
    text-decoration: underline;
}

/* Assistive text */
.assistive-text {
    /*position: absolute !important;*/
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    display: none;
}
#access a.assistive-text:focus {
    background: #eee;
    border-bottom: 1px solid #ddd;
    color: #1982d1;
    clip: auto !important;
    font-size: 12px;
    position: absolute;
    text-decoration: underline;
    top: 0;
    left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
    display: none;
    border-top: none;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.home #branding {
        height: 20px !important;
        margin-top: 0px;
}        
#site-title {
    margin-right: 270px;
    padding: 3.65625em 0 0;
}
#site-title a {
    color: #111;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
    color: #1982d1;
}
#site-description {
    color: #7a7a7a;
    font-size: 14px;
    margin: 0 270px 3.65625em 0;
}
#branding img {
    height: auto;
    display: inline;
}
@media (min-width: 1201px) {
    #logo2018 {
        /* vorläufig deaktiviert */
/*        width: 100%;
        height: 80px;
        margin: 10px 5px 8px;
        background-image: url(../mychildtheme/images/logo_2018-01.svg);
        background-repeat: no-repeat;
        background-position: left;*/
    }

}
    #logo2018 {
        font-family: 'Reem Kufi', sans-serif;
        font-size: 10px; 
        text-transform: uppercase;
        /*margin: 18px;*/
        margin: 40px 0 0 18px;
        position: fixed;
        letter-spacing: 0.07em;
    }
@media (max-width: 1200px) {
    #logo2018 {display: none;}
    #page {padding-left: 0;}
}


/* about
-------------------------------------------------------------- */
.page-id-55 #page {max-width: 1200px;}

.page-id-55 #content p {
    font-family: 'Reem Kufi', sans-serif !important;
    font-size: 11px; 
    margin-bottom: 15px;
    text-align: left;
}

.page-id-55 #abouttext {
    width: 40%;
    float: left;
}
.page-id-55 #abouttext .smalleranduppercase { 
    /* der Name thedashingrider und Partners etwas kleiner darstellen */
    font-size: 10px;
    text-transform: uppercase;
    margin:0;
    width: auto;
    float: none;
    line-height: normal;
}

.page-id-55 #content img {
    height: 85vh;
    width: auto;
    float: left;
    margin: 0 5% 0 10px;
}

.page-id-55 #supplementary {display: none;}
.page-id-55 footer, .page-id-55 #colophon {padding: 0;}

@media (min-width: 1600px) {
    .page-id-55 #content img {
        margin: 0 9%;
    }
    .page-id-55 #page {max-width: 1580px;}
    .page-id-55 #abouttext { width: 32%; }
}
@media (max-width: 700px) {
    .page-id-55 #abouttext { 
        width: 100%; margin: 20px 10px; 
    }
}

@media (max-width: 680px) {
    .page-id-55 #abouttext { 
        width: 100%; margin: 10px; 
    }
    .page-id-55 #content img {
        width: auto;
        height: auto;
    }
}


/* =Menu    Edited, rkl. 06/2015
-------------------------------------------------------------- */

#access {
    box-shadow: none;
    clear: both;
    display: block;
    text-align: left;
    margin: 0 auto 6px;
    width: 300px;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    // background: rgba(255,255,255,0.7);
    background: none;
}
/*Strip the ul of padding and list styling*/
#access ul {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Reem Kufi', sans-serif;
    list-style:none;
    margin: 0; 
    padding:0;
    display: inline-block;
}
/*Create a horizontal list with spacing*/
#access li {
    text-align: left;
    clear: both;
}
/*Style for menu links*/
#access li a {
    display:block;
    font-family: 'Reem Kufi', sans-serif;
    min-width:90px;
    text-align: left;
    line-height: 21px;
    color: #050505;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 9px;
    padding: 0 18px;
}
#access ul ul {
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 188px;
    text-align: left;
    z-index: 99999;
    left:0;
    top: 0;
    /*padding-top: 51px;*/
}
#access ul ul ul {
/*  left: 100%;
    top: 0;*/
}
#access ul ul a {
    background: #f9f9f9;
    border-bottom: none;
    margin: 0;
    padding: 0;
    color: #111;
    font-size: 9px;
   /* font-weight: normal;*/
    height: auto;
    /*padding: 10px 10px;*/
    width: 168px;
}

/*Hover state for top level links*/
#access li:hover a, #access li:focus a {
    color: #3a3a3a;
    /*background: rgba(255,255,255,0.5);*/
    background: none;
}

/*Style for dropdown links*/
#access li:hover ul a {
    background: none;
    color: #333;
/*    height: 40px;*/
    line-height: 22px;
    /*font-size: 10px;*/
}

/*Hover state for dropdown links*/
#access li:hover ul a:hover {
    color: #000;
    //background: rgba(255,255,255,0.8);
    background: none;
}
/*Hide dropdown links until they are needed*/
#access li ul {
    display: none;
}

/*Make dropdown links vertical*/
#access li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
#access li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 18px;
}

/*Display the dropdown on hover*/
#access ul li a:hover + .sub-menu, .sub-menu:hover {
    display: block;
}

/*Style 'show menu' label button and hide it by default*/
#access .show-menu {
    font-family: 'Reem Kufi', sans-serif;
    text-decoration: none;
    color: #555;
    background: #fff;
    text-align: center;
    margin: 6px 0 6px 3%;
    display: none;
    float: left;
}
#access .show-menu:before {
    content: url(../mychildtheme/images/menu.svg);
    padding-right: 5px;
    float: left;
}

#access .show-menu img {
    /*background: url(../mychildtheme/images/logo_2018-01.svg);*/
    /*vorläufig deaktiviert*/
    width: 115px;
}

/*Hide checkbox*/
#access input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
#access input[type=checkbox]:checked ~ .menu-menu-bar-container .menu{
    display: block;
    background: white;
}

/* Responsive Menu Stylesfolgen weiter unten !*/

/*
#access ul ul :hover > a,
#access a:focus {
    background: #FFFFFF;
}
#access li:hover > a,
#access a:focus {
    background: #FFFFFF; 
    color: #373737;

}
#access ul li:hover > ul {
    display: block;
}*/
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
    font-weight: bold;
    color: #222;
}

/*  Gab between HOTELS and ABOUT  */
#menu-item-209 { margin-top: 28px; }

/*  Search-bar   */

#access .search {
    right: 229px;
    top:5px;
    position: absolute;
}

#access .search input {
    background: none;
    box-shadow: none;
    width: 10px;
    text-align: right;
    border: 0;
    text-transform: uppercase;
}
#searchfield #s {
    width: 10px;
}
#searchfield #s, /*#branding form:after*/ {
    display: inline;
    float: left;
}
/*#branding form:after {
    content: url(../mychildtheme/images/search.svg);
    padding: 11px 0 0;
    width: 15px;
    height: 15px;
}
*/
#searchfield #s:hover, #searchfield #s:active, #searchfield #s:focus {
    background: rgba(255,255,255,0.7);
    box-shadow: none;
    width: 100px;
    border-bottom: 1px #111 solid;
    padding: 5px 20px 2px 0;
    margin-right: -18px;
    margin-top: 3px;
}
#searchfield #searchsubmit {
    background: url(../mychildtheme/images/search.svg) no-repeat;
    float: right;
    margin: 12px 1px 0;
    width: 15px;
    height: 15px;
    display: inline;
}
#searchfield #searchform {
    position: initial;
}
/*
#branding #searchform {
    position: relative;
    float: right;
    display: inline-block;
    top: 0;
    right: 0;

}
#branding #searchform div {
    margin: 0;
}
#branding .only-search #searchform {
    top: 5px;
    z-index: 1;
}
#branding .only-search #s {
    background-color: #666;
    border-color: #000;
    color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
    width: 85%;
}
#branding .only-search #s:focus {
    background-color: #bbb;
}
#branding .with-image #searchform {
    top: auto;
    bottom: -27px;
    max-width: 195px;
}

#branding .only-search + #access div {
    padding-right: 205px;
}
*/

/*      Social Icons im menu    */  
/* die vielen !important sind leider notwendig, da sich das social menu ja nicht mittig platziert, wie der rest sondern rechts*/
#access #menu-social-buttons {
    /*right: 0;*/
    top:2px;
    position: absolute; 
    display: inline;
}
#access #menu-social-buttons a {
    display: inline-block;
    min-width: 25px;
    height: 25px;
    margin: 0 3px 0 0; 
    padding: 0 4px 0 0;
}

#access #menu-social-buttons img {
    margin: 10px 2px 0; 
    width: 15px;
    height: 15px;
    transition: all 200ms ease;
}

#access #menu-social-buttons img:last-child {width: 14px;height: 14px}

#access #menu-social-buttons img:hover {
    opacity: 0.3;
    -moz-opacity: 0.30;
    filter: alpha(opacity=30);

}

.hideme_right { /* dont show social buttons (--> js in footer.php)*/
    /*right: -250px;*/
    opacity: 0; right: 0;
    transition: all 500ms ease;
}
.showme_right { /*  show social buttons with animation */
    right: 0;
    opacity: 1;
    transition: all 1s ease;
}

#searchfield.hideme_right2 { /* dont show search */
    opacity: 0;
    transition: all 300ms ease;
}
#searchfield.showme_right2 { /*  show search */
    opacity: 1;
    transition: all 1s ease;
}
@media screen and (max-width : 1024px){
    #searchfield {opacity: 1;}
}

/* =Content
----------------------------------------------- */

#main {
    clear: both;
    /*padding: 1.625em 0 0;*/
    padding: 0;
}
.page-title {
    display: none;
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
}
.page-title a {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
}
.hentry,
.no-results {
    border-bottom: 1px solid #ddd;
    margin: 0 0 50px;
    padding: 0 0 1.625em;
    position: relative;
}
.hentry:last-child,
.no-results {
    border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
    padding-right: 3px;
}
.entry-title { /*   hier die Post Überschrift editieren */
    clear: both;
    font-size: 40px;
    font-weight: 100 !important;
    /*text-transform: uppercase;*/
    line-height: 1.3em;
    padding-bottom: 0;
    padding-top:0;
	/*    font-family: helvetica;	*/
	font-family: 'Didot LT W02 Italic', serif;
    text-align: center;
/*    margin-top: -26px;*/
	margin: 25px auto 40px;
    max-width: 560px;
}
.entry-title,
.entry-title a {
    color: #333;
    text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
    color: #666;
}


/* localisation neu */
.entry-content h5 {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 70px 0 0 0;
}
/* localisation ICON in heading */
.entry-content h5:before {
	content: url(../mychildtheme/images/place2.svg);
	vertical-align: -4px;
	margin-right: 2px;
}

.viewpost {display: none;}

/* localisation alt (noch lassen wegen alten Inhalten) */
.entry-content h5 a span span, .entry-content h5 a {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.category-shopping-2 .entry-content h5 a span span:before,
.category-shopping-2 .entry-content h5 span span a:before {
	content: none;
}
.entry-content h5 a:hover, .entry-content h5 a:active {
	color: #333;
	text-decoration: none;
}

.entry-meta {
    color: #666;
    clear: both;
    font-size: 12px;
    line-height: 18px;
}

.home .entry-meta {display: none}

.entry-meta a {
    font-weight: bold;
}
.single-author .entry-meta .by-author {
    display: none;
}
.entry-content,
.entry-summary {
    padding: 0;
}
.comment-content {font-size: 12px;}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
    color: #000;
    font-weight: bold;
    margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}
.entry-content table,
.comment-content table {
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.625em;
    width: 100%;
}
.entry-content th,
.comment-content th {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}
.entry-content td,
.comment-content td {
    border-top: 1px solid #ddd;
    padding: 6px 10px 6px 0;
}
.entry-content #s {
    width: 75%;
}
.comment-content ul,
.comment-content ol {
    margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
    margin-bottom: 0;
}
dl.gallery-item {
    margin: 0;
}
.page-link {
    clear: both;
    display: block;
    margin: 0 0 1.625em;
}
.page-link a {
    background: #eee;
    color: #373737;
    margin: 0;
    padding: 2px 3px;
    text-decoration: none;
}
.page-link a:hover {
    background: #888;
    color: #fff;
    font-weight: bold;
}
.page-link span {
    margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
    background: #eee;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    float: right;
        font-family:helvetica;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    text-decoration: none;
    padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
    background: #888;
    color: #fff;
}
.entry-content .edit-link {
    clear: both;
    display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
    max-width: 100%;/*97.5%*/
    width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
    /*margin-bottom: 1.625em;*/ /* schmalere Abstände Fotos */
    margin-bottom: 0.625em;
}

p img,
.wp-caption {
    margin-top: 0.4em;
}
.wp-caption {
    background: #eee;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}
.wp-caption img {
    display: block;
    margin: -2px 0 0 -2px;
    max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 12px;
}
.wp-caption .wp-caption-text {
    margin-bottom: 0.6em;
    padding: 10px 0 5px 40px;
    position: relative;
}
.wp-caption .wp-caption-text:before {
    color: #666;
    content: '\2014';
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 7px;
}
#content .gallery {
    margin: 0 auto 1.625em;
}
#content .gallery a img {
    border: none;
}
img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
    width: 23%;
    padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border: none;
    padding: 0 ; /* old: 3px 0*/
    max-width: 100%; /* 97.5% */
}

/* ------------------------
    the new design: 1050px, 1 column, centered 
  ------------------------- */

/*  Bilder sollen 1050px breite haben */
#content p a img {width: 1050px}    

/* dasselbe mit dem text 790px */
@media (min-width: 1050px) {
    #content p span, #content address span {
        float:left; 
        width: 70%;
        margin-bottom: 17px;
        line-height: 21px;
        margin-left: 15%;
    }
}   

/* außer wenn es kleiner wird, dann skalieren */
@media (min-width: 800px) and (max-width: 1080px) {
    #content p a img {width: 95%;}  
    #content p span, #content address span {margin: 0px 10% 17px; float: left;}
}

/* Problematik: was passiert zwischen 1050px und 800 px mit dem text ??? */
#content p span span, #content address span span {
    float: none;
    display: inline;
    margin: 0;
}
#content p { 
    font-family: helvetica; 
    font-size: small; 
    text-align: justify;
}
    
.wp-caption img {
    border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
    background: none;
    border-color: none;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
    background: #fff;
    border-color: #ddd;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
    margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
    margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
    background: #f7f7f7;
}
.comment-content a {
    color:#373737 !important;
}
.comment-content p {
    margin-bottom: 0.8em !important;
}

/* Author Info */
#author-info {
    font-size: 12px;
    overflow: hidden;
}
.singular #author-info {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 2.2em -35.6% 0 -35.4%;
    padding: 20px 35.4%;
}
.archive #author-info {
    border-bottom: 1px solid #ddd;
    margin: 0 0 2.2em;
    padding: 0 0 2.2em;
}
#author-avatar {
    float: left;
    margin-right: -78px;
}
#author-avatar img {
    background: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #bbb;
    -moz-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;
    padding: 3px;
}
#author-description {
    float: left;
    margin-left: 108px;
}
#author-description h2 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
    background: #eee url(images/comment-bubble.png) no-repeat;
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
    overflow: hidden;
    padding: 0 0 0;
    position: absolute;
    top: 1.5em;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 43px;
    height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
    background-color: #1982d1;
    color: #fff;
    color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
    visibility: hidden;
}
.commentlist > li:before  {content:none;}
.avatar { display: none;}
.commentlist .children li.comment .comment-meta { margin-left: 0; }
.comment-meta a, .comment-meta {
    color: #373737;
    text-transform: uppercase;
    font-size: 0.9em;
}
.comment-meta a time { font-weight: normal; text-transform: none;}
.comment-meta .fn {
    font-weight: bold;
    font-size: 0.9em;
    display: inline !important;
 }
.commentlist > li.comment, .commentlist .children > li.bypostauthor {
    background: none;
    border: none;
    margin: 0.4em 1.625em 0;
}
a.comment-reply-link, a.comment-reply-link:hover, a.comment-reply-link:active {
    background: none; 
    padding: 0;
    color: #aaa;
    font-weight: bold;
    text-transform: uppercase;
}
a.comment-reply-link > span {display: none;}
.comment-author.vcard {
    /* border-bottom: 1px #333 solid;     */
    line-height: 1.6em;
    margin-bottom: 0.4em;
}
.commentlist li.bypostauthor  .comment-content { margin-top: 0.4em !important; }
/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    position: absolute;
    text-transform: uppercase;
    top: -5px;
}
.entry-header hgroup .entry-title {
    padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
    padding: 20px 0 0;
}
article.format-status .entry-content {
    min-height: 65px;
}
.recent-posts .entry-header .entry-format {
    display: none;
}
.recent-posts .entry-header hgroup .entry-title {
    padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
    border-bottom: none;
    /*padding: 4.875em 0 0;*/
    padding: 0;
    position: relative;
}
.singular.page .hentry {
    padding: 3.5em 0 0;
}
.singular .entry-title {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.35em;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
    padding-right: 0;
}
.singular .entry-header .entry-meta {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

blockquote.pull {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6125em;
    margin: 0 0 1.625em;
    text-align: center;
}
.singular blockquote.pull {
    margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
    margin: 0 1.625em 0 0;
    text-align: right;
}
.singular .pull.alignleft {
    margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
    margin: 0 0 0 1.625em;
    text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
    width: 33%;
}
.singular .pull.alignright {
    margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
    width: 33%;
}
.singular .entry-meta .edit-link a {
    bottom: auto;
    left: 50px;
    position: absolute;
    right: auto;
    top: 80px;
}
.nav-previous a, .nav-next a{
	text-transform: uppercase;
    font-weight: normal !important;
}

#nav-single {
    display: none;
}

/* =Footer
----------------------------------------------- */

#colophon {
    clear: both;
    font-size: 8px;
    /*font-family: Helvetica;*/
    font-family: 'Reem Kufi', sans-serif;
    text-align: left;
    /*padding: 120px 0px 0px 0px;*/
    position: fixed;
    left: 0;
    bottom: 0;
    width: 96px;
    background-color: none;
    padding: 8px 18px;
}
#colophon a {color: #050505;}

@media (max-width: 1201px){
    #colophon {
        position: relative;
        text-align: center;
        width: 20%;
        left: 40%;
    }
}

#supplementary {
    border-top: none;
    padding: 1.625em 7.6%;
    overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
    float: left;
    margin-right: 0;
    width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
    margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
    float: left;
    margin-right: 0;
    width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
    margin-right: 0;
}

/* Site Generator Line */
#site-generator {
    background: #f9f9f9;
    /*border-top: 1px solid #ddd;*/
    color: #666;
    font-size: 12px;
    line-height: 2.2em;
    padding: 2.2em 0.5em;
    text-align: center;
}
#site-generator a {
    color: #555;
    font-weight: bold;
}



/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
    /* Simplify the basic layout */
    #main #content {
        margin: 0 7.6%;
        width: auto;
    }
    #nav-below {
        border-bottom: 1px solid #ddd;
        margin-bottom: 1.625em;
    }
    #main #secondary {
        float: none;
        margin: 0 7.6%;
        width: auto;
    }
    /* Simplify the showcase template */
    .page-template-showcase-php .featured-posts {
        min-height: 280px;
    }
    .featured-posts section.featured-post {
        height: auto;
    }
    .page-template-showcase-php section.recent-posts {
        float: none;
        margin: 0;
        width: 100%;
    }
    .page-template-showcase-php #main .widget-area {
        float: none;
        margin: 0;
        width: auto;
    }
    .page-template-showcase-php .other-recent-posts {
        border-bottom: 1px solid #ddd;
    }
    /* Simplify the showcase template when small feature */
    section.featured-post .attachment-small-feature,
    .one-column section.featured-post .attachment-small-feature {
        border: none;
        display: block;
        float: left;
        height: auto;
        margin: 0.625em auto 1.025em;
        max-width: 30%;
        position: static;
    }
    article.feature-image.small {
        float: right;
        margin: 0 0 1.625em;
        width: 64%;
    }
    .one-column article.feature-image.small .entry-summary {
        height: auto;
    }
    article.feature-image.small .entry-summary p a {
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
    /* Remove the margin on singular articles */
    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular #comments-title {
        width: 100%;
    }
    /* Simplify the pullquotes and pull styles */
    .singular blockquote.pull {
        margin: 0 0 1.625em;
    }
    .singular .pull.alignleft {
        margin: 0 1.625em 0 0;
    }
    .singular .pull.alignright {
        margin: 0 0 0 1.625em;
    }
    .singular .entry-meta .edit-link a {
        left: 0;
        position: absolute;
        top: 40px;
    }
    .singular #author-info {
        margin: 2.2em -8.8% 0;
        padding: 20px 8.8%;
    }
    /* Make sure we have room for our comment avatars */
    .commentlist {
        width: 100%;
    }
    .commentlist > li.comment,
    .commentlist .pingback {
        margin-left: 102px;
        width: auto;
    }
    /* And a full-width comment form */
    #respond {
        width: auto;
    }
    /* No need to float footer widgets at this size */
    #colophon #supplementary .widget-area {
        float: none;
        margin-right: 0;
        width: auto;
    }
    /* No need to float 404 widgets at this size */
    .error404 #main .widget {
        float: none;
        margin-right: 0;
        width: auto;
    }
}
@media (max-width: 650px) {
    /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
    body, input, textarea {
        font-size: 13px;
    }
    #site-title a {
        font-size: 24px;
    }
    #site-description {
        font-size: 12px;
    }
    #access ul {
        font-size: 12px;
    }
    article.intro .entry-content {
        font-size: 12px;
    }
    .entry-title {
        font-size: 25px;
        line-height: 1.5em;
    }
    .featured-post .entry-title {
        font-size: 14px;
    }
    .singular .entry-title {
        font-size: 28px;
    }
    .entry-meta {
        font-size: 12px;
    }
    blockquote {
        margin: 0;
    }
    blockquote.pull {
        font-size: 17px;
    }
    /* Reposition the site title and description slightly */
    #site-title {
        padding: 5.30625em 0 0;
    }
    #site-title,
    #site-description {
        margin-right: 0;
    }

    /* Floated content doesn't work well at this size */
    .alignleft,
    .alignright {
        display: block;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    /* Make sure the post-post navigation doesn't collide with anything */
    #nav-single {
        /*display: block;*/
        display: none;
        position: static;
    }
    .singular .hentry {
        padding: 1.625em 0 0;
    }
    .singular.page .hentry {
        padding: 1.625em 0 0;
    }
    /* Talking avatars take up too much room at this size */
    .commentlist > li.comment,
    .commentlist > li.pingback {
        margin-left: 0 !important;
    }
    .commentlist .avatar {
/*        background: transparent;
        display: block;
        padding: 0;
        position: static;*/
        display: none;
    }
    .commentlist .children .avatar {
/*      background: none;
        left: 2.2em;
        padding: 0;
        position: absolute;
        top: 2.2em;*/
        display: none;
    }
    a.comment-reply-link {font-size: 11px;}
    /* Use the available space in the smaller comment form */
    #respond {
        padding: 10px 16px 10px 10px; 
        margin-top: 20px;
    }
    #respond p {margin: 0;}
    #respond input[type="text"] {
        width: 95%;
    }
    #respond .comment-form-author .required,
    #respond .comment-form-email .required {
        left: 95%;
    }
    #content .gallery-columns-3 .gallery-item {
        width: 31%;
        padding-right: 2%;
    }
    #content .gallery-columns-3 .gallery-item img {
        width: 100%;
        height: auto;
    }
    .commentlist > li.comment, .commentlist .children > li.bypostauthor {
        background: none;
        border: none;
        margin: 0.4em 0 0;
        padding-left: 10px;
    }
    .commentlist .children > li.bypostauthor { padding-left: 0; }
    /*
    #comments #respond input#submit{background-color: #aaa !important; border-radius: 0 !important;}
    
    #comments #respond input#submit{
        background: url(../mychildtheme/images/submit_button.jpg) no-repeat !important;
        background-size: 100%;
        height: 60px;
        width: 166px;
        border-radius: 0 !important;
    }*/
}

@media (max-width: 450px) {
    #content .gallery-columns-2 .gallery-item {
        width: 45%;
        padding-right: 4%;
    }
    #content .gallery-columns-2 .gallery-item img {
        width: 100%;
        height: auto;
    }

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    body {
        padding: 0;
    }
    #page {
        margin-top: 0;
    }
    #branding {
        border-top: none;
    }
    .singular .entry-header .entry-meta,
    .singular .entry-header .entry-format,
    .singular .entry-meta .edit-link a {
        position: static;
        display: none;
    }
}

/* Responsive Menu list-style-position: rkl 06/2015     */

@media (max-width: 1200px)  { /*bei kleinerem bildschirm als 1480px schieben sich die search und social box untereinander*/
    #access li a {min-width: 200px}
    #access ul {  margin: 0 0 0 -330px;}
    #access #menu-social-buttons a {margin: 0;}
    #access .search {right: 180px;}
    html:not([dummy]) #access .search  {  right: 200px;; }  /* Browserhack für Safari + Mozilla*/
    #access #tdr_logo{  background-size: 60% !important;}
    #access .sub-menu {  left: 0; }
}
@media (max-width: 1280px) { /*bei kleinerem bildschirm als 1180px etwas bessere Ausnutzung des Platzes */
    #access #menu-social-buttons {right:5px;}
    #access #menu-social-buttons a {margin: 0;}
    /* #access .search {    top: 40px; right:12px;}*/
    #branding #s:hover, #branding #s:active, #branding #s:focus {width: 138px;}
    /*#access ul li a {padding: 0 15px; line-height: 35px;}*/
    #access .sub-menu {  left: 0; }
}


/*  
    MOBIL MENU  rkl 06/2015 
*/
@media screen and (max-width : 1200px){
    #site-title, #site-description {display: none;}
    /*Make dropdown links appear inline*/
    #access {
        -moz-opacity: 1;
        filter: alpha(opacity=1);
        opacity: 1;
        background:#fff;
        position: relative;
    }
    #access div { position: absolute; }
    #access ul {
        position: relative;
        display: none;
        float: none;
        clear: both;
        margin: 0;
    }
    /*Create vertical spacing*/
    #access ul li {
    /*    margin-bottom: 1px;*/
        background: white;
        float: none;
        clear: both;
        padding: 0 0 2px;
    }
    /* indicator für untermenü*/
    #access ul .menu-item-has-children a:after {
        content: '▼'; 
        color: #ccc; 
        font-size: 9px; 
        padding-left: 2px;
    }
    #access li ul li a:after {content: none !important;}    
    #access ul .menu-item-has-children a:hover:after {  content: '▲' }
    /*Make all menu links full width*/
    #access ul li, li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    #access .show-menu {
        display:block;
    }
    #access .sub-menu {
        position: relative;
        left: 0;
    }
    #access li:hover ul a {
        background: none;
        width: 100%;
    }
    #access ul ul, #access li:hover li, #access li ul a, #access li ul, #access li ul li{
        margin: 0 auto;
        padding: 0;
        float: none;
        width: 100%;
        left:0;
        top: 0;
        position: relative;
    }
    .menu-menu-bar-container {margin: 0 !important; margin-top: 30px !important;} /*full width menu*/
    #access #menu-social-buttons {
        display: none;
    }
    #access .search {
        right: 4%;
        top:8px;
    }
    html:not([dummy]) #access .search  {  right: 3%;; }  /* Browserhack für Safari + Mozilla*/
    #access #tdr_logo {display: none !important;}
}

/* Logo im menü */

#access #tdr_logo{
    display: none;
    float: left;
    margin: 6px 5px 0;
   /* background: url(../mychildtheme/images/logo_2018-01.svg) no-repeat;*/
    background-size: 100%;
    height: 45px;
    width: 230px;
}
.hideme_left{
    opacity: 0;
/*    background-position: -200px !important;*/
    transition: all 500ms ease;
}
.showme_left{
    opacity: 1;
/*    background-position: 0 !important;*/
    transition: all 1s ease;
}

/* =Print
----------------------------------------------- */

@media print {
    body {
        background: none !important;
        font-size: 10pt;
    }
    footer.entry-meta a[rel=bookmark]:link:after,
    footer.entry-meta a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] "; /* Show URLs */
    }
    #page {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
    }
    #branding {
        border-top: none !important;
        padding: 0;
    }
    #branding hgroup {
        margin: 0;
    }
    #site-title a {
        font-size: 21pt;
    }
    #site-description {
        font-size: 10pt;
    }
    #branding #searchform {
        display: none;
    }
    #branding img {
        display: none;
    }
    #access {
        display: none;
    }
    #main {
        border-top: none;
        box-shadow: none;
    }
    #primary {
        float: left;
        margin: 0;
        width: 100%;
    }
    #content {
        margin: 0;
        width: auto;
    }
    .singular #content {
        margin: 0;
        width: 100%;
    }
    .singular .entry-header .entry-meta {
        position: static;
    }
    .entry-meta .edit-link a {
        display: none;
    }
    #content nav {
        display: none;
    }
    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular #comments-title {
        margin: 0;
        width: 100%;
    }
    .singular .hentry {
        padding: 0;
    }
    .entry-title,
    .singular .entry-title {
        font-size: 21pt;
    }
    .entry-meta {
        font-size: 10pt;
    }
    .entry-header .comments-link {
        display: none;
    }
    .page-link {
        display: none;
    }
    .singular #author-info {
        background: none;
        border-bottom: none;
        border-top: none;
        margin: 2.2em 0 0;
        padding: 0;
    }
    #respond {
        display: none;
    }
    .widget-area {
        display: none;
    }
    #colophon {
        display: none;
    }

    /* Comments */
    .commentlist > li.comment {
        background: none;
        border: 1px solid #ddd;
        -moz-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        margin: 0 auto 1.625em;
        padding: 1.625em;
        position: relative;
        width: auto;
    }
    .commentlist .avatar {
        height: 39px;
        left: 2.2em;
        top: 2.2em;
        width: 39px;
    }
    .commentlist li.comment .comment-meta {
        line-height: 0.8em;
        margin-left: 50px;
    }
    .commentlist li.comment .fn {
        display: block;
    }
    .commentlist li.comment .comment-content {
        margin: 1.625em 0 0;
    }

    .commentlist .comment-edit-link {
        display: none;
    }
    .commentlist > li::before,
    .commentlist > li.bypostauthor::before {
        content: '';
    }
    .commentlist .reply {
        display: none;
    }

    /* Post author highlighting */
    .commentlist > li.bypostauthor {
        color: #444;
    }
    .commentlist > li.bypostauthor .comment-meta {
        color: #666;
    }
    .commentlist > li.bypostauthor:before {
        content: none;
    }

    /* Post Author threaded comments */
    .commentlist .children > li.bypostauthor {
        background: #fff;
        border-color: #ddd;
    }
    .commentlist .children > li.bypostauthor > article,
    .commentlist .children > li.bypostauthor > article .comment-meta {
        color: #666;
    }
}

/* Comment Form */
#comments #respond {
    background: none;
    border: none;
    width: 100%; /* textbreite */
    padding: 0;
}
#comments #respond input[type="text"], #comments #respond textarea { 
    border:none;
    box-shadow:none !important;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    border:1px solid #a8a8a8;
    border-radius:0;
    width: 96%;
    padding: 10px 2%;
}
#comments #respond label {
    border:none;
    background:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    padding: 0;
    top: 33px;
}
#comments #respond input#submit {
    border:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    border-radius:0;
    text-transform: uppercase;
    left:0;
    padding: 8px 27px 5px;
    background:#aaa;
    color:#fff;
    transition: background 400ms ease-in-out;
    text-shadow:none;
    -webkit-appearance: none; /*iphone style killer*/
}
#comments #respond input#submit:hover, #comments #respond input#submit:active, #comments #respond input#submit:focus {
    background: #666;
}
#comments #respond input#submit {
    background: white;
    background: url(../mychildtheme/images/submit_button.jpg) no-repeat !important;
    background-size: 100%;
    height: 60px;
    width: 166px;
    border-radius: 0 !important;
    color: transparent;
    opacity: 0.8;
}
@media  (min-width: 952px) {
    #comments #respond input#submit {
        width: 20%; 
        left: 81%; /* dadurch rechtsbündig */
    }
}
#comments #respond input#submit:hover {opacity: 1;} 
#comments #reply-title {font-size: 18px;}

#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
    min-width: 52px; left:12px
}

#respond .comment-form-author .required, #respond .comment-form-email .required {display: none;} /* verstecke Sternchen bei Mail und Autor */

#commentform .comment-notes, #reply-title {display: none;} /* Leave a Reply & Notiz verbergen "Your email address will not be published. Required fields are marked" */

/* kommentarfelder nebeneinander */
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url  {
    width: 32%;
    display: inline-block;
    top: -5px; /*top: 22px;*/
}
#respond .comment-form-comment {width: 100%; margin: 0 0 10px}
#respond .comment-form-author, #respond .comment-form-email { margin-right: 1.5%;}
#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
    height: 12px;
}
@media (max-width: 952px) {
    #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url  {
        top: 0;
        margin: 0;
        width: 100%;
        height: 0;
        width: 93%;
    }
    #respond .comment-form-comment{width: 93%;}
}


/*  
    SIDEBAR 
    rkl 06/2015
*/
#secondary {
    text-align: center;
}
#secondary h6 {
    font-weight: 100;
    font-size: 10px;
    letter-spacing: 0.08em;
}
    
/*  Instagram   */
#sidebar_instagram {
    width: 285px;
    text-align: center;
}

#sidebar_instagram  h6 {
    margin: 15px 0;
}

/*  Box Rewardstyle */
.box_restyle {
    border: #ddd 1px solid;
    width: 283px; /* 285- 2x 1px rand */
    text-align: center;
    font-family: Helvetica, sans-serif;
}
.box_restyle h6 {
    font-weight: 100;
    font-size: 10px;
    letter-spacing: 0.08em;
    border-bottom: 1px #ddd solid;
    margin: 25px 30px 0;
    padding-bottom: 20px ;
}
.box_restyle h5 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.08em;
}
.box_restyle p {
        padding: 10px 20px;
        -ms-hyphens: none;
        -moz-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
    }
.box_restyle .lb-slide {/* margin: -30px auto -40px !important; width: 180px !important; */}
.box_restyle .lookbook-widget {padding-top: 8px;}
/*  wanderlust  */
#sidebar_wanderlust a, #sidebar_drinks a, {text-decoration: none;}
#sidebar_wanderlust a:hover, #sidebar_drinks a:hover {text-decoration: none;}

#sidebar_wanderlust div.circle {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  border-radius: 200px;
  background-color: none;
  border: #ddd 1px solid  ;
}
#sidebar_wanderlust div.wanderlust {
  width: 200px;
  height: 200px;
  margin: 20px auto;
  border-radius: 200px;
  background:url(../mychildtheme/images/wanderlust.jpg);
  background-size: cover;
}
#sidebar_wanderlust h6 {margin-top: 20px;}
#sidebar_wanderlust span {margin:10px 0; font-size: 11px;}

/*  dasing drinks   */
#sidebar_drinks div.image {
  width: 285px;
  height: 191px;
  background:url(../mychildtheme/images/dashingdrinks.jpg);
  background-size: cover;
}
#sidebar_drinks h6 {margin-top: 20px;}
#sidebar_drinks span {margin:10px 0; font-size: 11px;}
.black {color: black; font-weight: 100;}

#sidebar_pinterest {
  width: 285px;
  height: 550px;
  background:url(../mychildtheme/images/pinterest.jpg);
}

/* Platzierung */
#sidebar_pinterest, #sidebar_drinks div.image, .box_restyle, #sidebar_instagram {
  margin-left: auto;
  margin-right: auto;
}
/*  Abstände    */
#sidebar_wanderlust, #sidebar_drinks, #sidebar_instagram, #sidebar_weekly{
    border-bottom: 1px #ddd solid;
}
#sidebar_instagram {
    padding: 0 0 15px;
}
#sidebar_weekly {
    padding: 20px 0 55px;
}
#sidebar_wanderlust, #sidebar_drinks{
    padding: 30px 0 45px;
}
#english-version {
    margin: 40px auto;
}
#english-version hr {
    margin-bottom: 40px; 
}
/* 
Share unter posts 
 - !important ist erforderlich, weil die standardicons überschrieben werden
*/

.sharedaddy {margin: 0 auto; }

.sharedaddy .sd-content ul li a {
    background: none !important;
    border: 0 !important;
    margin: 0 7px;
}

.sharedaddy a.sd-button:hover {
    background: none !important;
}

.sd-social-icon a.sd-button > span {
    padding: 0 !important; 
    transition: all 200ms ease;
}
.sd-social-icon a.sd-button:hover > span {
    /*padding: 0 5px 5px 0;*/
    opacity: 0.3;
    -moz-opacity: 0.30;
    filter: alpha(opacity=30);
}

.sharedaddy .sd-content ul li.share-facebook a.sd-button > span {
    background-image: url(../mychildtheme/images/facebook.svg) !important;
    background-size: cover;
}
.sharedaddy .sd-content ul li.share-twitter a.sd-button > span {
    background-image: url(../mychildtheme/images/twitter.svg) !important;
    background-size: cover;
}
.sharedaddy .sd-content ul li.share-pinterest a.sd-button > span {
    background-image: url(../mychildtheme/images/pinterest.svg) !important;
    background-size: cover;
}
.sharedaddy div.sd-block {border-top: 0 !important;  padding: 0 0 15px !important; }
@media (min-width: 800px) {
	margin-top: -20px !important;
}
.sd-content {width: 126px !important; position: relative !important; margin: 0 auto !important; float:none !important;}
.entry-meta {text-align: center;}

div.sharedaddy .sd-content li {margin: 0 2px 5px 2px !important;}


/* dont show share buttons on every site*/
.home .sharedaddy, .category .sharedaddy,
.search .sharedaddy, .search-results.sharedaddy, 
.page-id-140 .sharedaddy, .page-id-1040 .sharedaddy, 
.page-id-701 .sharedaddy, .page-id-55 .sharedaddy,
.page-id-55 .sharedaddy, .page-id-220 .sharedaddy {
    display: none;
}


/*      Slider: owl-carousel        */

body.contact { padding: 0 !important;}
.owl-carousel .sliderlogo { display: none !important; }
body.contact .owl-carousel, body.contact .owl-carousel .sliderlogo { display: inline-block !important; }
body.contact #branding hgroup{ display: none; }

.home nav#access {
    /*background-color: white;
    padding: 280px 0 0;
*/

}
.home nav#access ul {
  /*  margin: 5px 0 0 -150px;*/
/*  margin: 10px 0 0 0;*/
}

.owl-carousel {
    position: absolute !important;
    margin-top: 52px !important;
}
.owl-carousel .owl-wrapper-outer {   
    /*height: 100vh;*/
    overflow: visible;
    /*margin-top: -275px;*/
}

.owl-carousel img {
/*    height: 100%;
    min-height: 700px;
    padding-top: 337px;*/
}

@media (max-width: 1024px) {
    .owl-carousel, .sliderlogo {display: none !important}
}

.owl-carousel {
    margin-top: 332px;
}
.owl-carousel .item img {
    min-width: 1200px !important;
}
.owl-pagination span.active,
.owl-pagination span:active,
.owl-pagination span:hover {
    opacity: 1 !important;
 }
 .owl-theme .owl-controls .owl-page span {
    margin: -45px 7px 0 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #ffffff !important;
    width: 8px !important;
    height: 8px !important;
}
.owl-theme .owl-controls {margin-top: 0 !important;}
.owl-pagination {
    z-index: 1000 !important;
    position: absolute;
    left: 48%;
}
.owl-carousel-item-imgtitle {display: none;}
.sliderlogo {display: none}

@media (min-width: 1200px) { 
    /* only use the animated menu + slider when screen > 1200px*/
    .home  .sliderlogo {
        display: block;
        background-image: url(../mychildtheme/images/logo-kreis.jpg);
        background-repeat: no-repeat;
        margin: 40px auto 25px;
        height: 210px;
        width: 210px;
        position: relative;
        z-index: 500;
    }
/*    .home #branding {
        height: 0;
        margin-top: 420px;
    }
    */
    .home .navi_relative#access {
        position: relative;
        /*margin: -955px auto 0;*/
        margin: 0 auto;
        /*padding: 280px 0 0;*/
        background-color: transparent;
        /*overflow-x: hidden;*/
    }
    .home .navi_relative#access .sub-menu {
        /*margin-top: -55px;*/
        position: relative;
        margin-left: 0;
        left:0;
    }
    .home .navi_relative#access ul li:hover {
        max-width: 126px !important;
    }
    .home .navi_relative#access ul li ul li:hover {
        max-width: 200px !important;
    }
     
    .home nav#access .navi_fixed {
        position: fixed;
        z-index: 1000;
        margin: 0 auto 6px;
    }
    .home .navi_fixed#access .sub-menu {
        margin-left: 0;
    }
}
@media (min-width: 1600px) { 
    /* Menü und Logo bei großem Bildschrim etwas nach rechts rücken */
    #logo2018 {  margin-left: 65px; }
    #access ul, #colophon { margin-left: 49px; }
}
@media (min-width: 1200px) and (max-width: 1280px)  {
    .home .navi_relative#access ul li:hover {max-width:111px !important;}
}
@media (max-width: 1200px) {
    .home nav#access ul {  margin: 0; }
}
@media (min-width: 3600px) { 
    .home .sliderlogo {padding-right: 1.3%;} 
}


/* change Branding position depending on screensize (cause of the changing slider image size) */
/*
@media (min-width: 1024px) {.home #branding { height: 0; margin-top: 450px;}}
@media (min-width: 1220px) {.home #branding { margin-top: 470px; }}
@media (min-width: 1300px) {.home #branding { margin-top: 500px; }}
@media (min-width: 1380px) {.home #branding { margin-top: 520px; } .home .menu-menu-bar-container {margin: 0 5.5% !important;} }
@media (min-width: 1440px) {.home #branding { margin-top: 540px; }}
@media (min-width: 1520px) {.home #branding { margin-top: 580px; }}
@media (min-width: 1600px) {.home #branding { margin-top: 600px; }}
@media (min-width: 1680px) {.home #branding { margin-top: 630px; }}
@media (min-width: 1720px) {.home #branding { margin-top: 670px; }}
@media (min-width: 1800px) {.home #branding { margin-top: 690px; }}
@media (min-width: 1900px) {.home #branding { margin-top: 740px; }}
@media (min-width: 2000px) {.home #branding { margin-top: 760px; }}
@media (min-width: 2100px) {.home #branding { margin-top: 780px; }}
@media (min-width: 2200px) {.home #branding { margin-top: 800px; } .home .menu-menu-bar-container {margin: 0 3% !important;} }
@media (min-width: 2300px) {.home #branding { margin-top: 840px; }}
@media (min-width: 2400px) {.home #branding { margin-top: 880px; }}
@media (min-width: 2500px) {.home #branding { margin-top: 920px; }}
@media (min-width: 2600px) {.home #branding { margin-top: 950px; }}
@media (min-width: 2700px) {.home #branding { margin-top: 980px; }}
@media (min-width: 2800px) {.home #branding { margin-top: 1050px; }}
@media (min-width: 3000px) {.home #branding { margin-top: 1150px; }}

*/

/***********************************
        Widgets (Robert)
************************************/
/* bug fix shop this post widget */
.stp-hidden { display: inline-block !important;}
span.Apple-style-span {margin: 0 !important; float: none !important; }

/* Mode Widget weiß machen */
#glm-sto-tel1, #glm-sto-tel1:before { background: none !important; }
#glm-sto-tel1-wrap, .glm-sto-tel1 div, .glm-sto-tel1 img, .glm-sto-tel1 a, #glm-sto-tel1, #glm-sto-tel1-wrap { color: #373737 !important;}
.glm-sto-tel1 .glm-title, .glm-attribution, .glm-desc { text-shadow: none !important;}
.glm-sto-tel1 .glm-title {  font-family: Helvetica, Arial, sans-serif!important;}

/* Shopbob */
#shopbop-core-widget{margin: 0 auto !important;}
#shopbop-core-widget .shopbop-widget-header .shopbop-widget-marketing-message {background: none !important}
#shopbop-core-widget .shopbop-widget-header .shopbop-widget-marketing-message p {color: #9f9f9f !important;}
#shopbop-core-widget .shopbop-widget-theme-light .shopbop-widget-heading {background: #9f9f9f !important;}
#shopbop-core-widget .shopbop-widget-heading a:after {content:'  ▾'!important;}
#shopbop-core-widget .shopbop-widget-footer {border: none !important;}
#shopbop-core-widget .shopbop-widget-footer a {color: #9f9f9f !important;}
#shopbop-core-widget .shopbop-widget-panel {background: none !important;}
#shopbop-core-widget .shopbop-widget-carousel-pager {display: none !important;}

.shopthepost-widget {margin: 15px 0;}


/***********************************
        special post styles
************************************/


#primary #content .left-image { display: inline-block; width: 49%; margin: 0px 1% 0px  0; padding: 0; float: left;}
#primary #content .right-image { display: inline-block; width: 49%; margin: 0px 0 0px  1%; padding: 0; float: left;}

/* asus img */
#asusimg a img{
    content:url("http://www.thedashingrider.com/wp-content/uploads/2015/10/tracking.png") !important;
}
@media (max-width: 800px) {#asusimg {margin-left: 5% !important;}}

.viewpost a {
    margin: 25px auto;
    border: 1px solid #a8a8a8;
    padding: 10px 23px 8px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 17px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #a8a8a8;
    width: 74px;
    /*display: block;*/
    display: none;
}
.viewpost a:hover, .viewpost a:active, .viewpost a:focus  {    
	color: #666;
    border-color: #666;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}