/****************************************************************************
 * Default Body Settings
 ****************************************************************************/
body {
    font-family: "GloberRegular","Helvetica Neue",Arial,sans-serif;
    font-weight:normal;
}


hr { border-bottom: 1px solid #999999; }

p, li {font-size: 0.875rem;}
p {line-height: 1.375;}

/****************************************************************************
 * Default Headline Settings
 ****************************************************************************/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "GloberSemiBold","Helvetica Neue",Arial,sans-serif;
    font-weight:normal; line-height: 1.2;
}

.h1, h1, .h2, h2 { font-size: 1.625rem; font-family: "GloberBold","Helvetica Neue",Arial,sans-serif; font-weight:normal;}

.zitat_section h1, .zitat_section h2,
.typo_slider_section h1, .typo_slider_section h2 {font-family: "GloberSemiBold","Helvetica Neue",Arial,sans-serif;} 

/*.h3, h3 { font-size: 1.625rem;}*/
.h3, h3 { font-size: 1.4375rem;}

/*.h4, h4 { font-size: 1.375rem;}*/
.h4, h4 { font-size: 1.1875rem;}




/****************************************************************************
 * Content Title
 ****************************************************************************/
.content_title {
    padding-bottom: 2rem;
}
.content_title > p {
    margin: 0;
}
.content_title > *:first-child {
    font-family: "GloberBold","Helvetica Neue",Arial,sans-serif;
    text-transform: uppercase; letter-spacing: 0.063rem;
    /*font-size: 1.1875rem;*/ position: relative; padding-bottom: 0.25rem;
    font-size: 1.0625rem;
}
.content_title > *:first-child:after {
    content: ''; position: absolute; left: 0; right: 0;
    top: auto; bottom: 0; height: 2px; width: auto; background-color: #fc0;
}
.content_title > *.columns:first-child:after {
    left: 0.9375rem; right: 0.9375rem;
}
.content_title > *:last-child {
    font-family: "GloberBold","Helvetica Neue",Arial,sans-serif; font-weight:normal;
    font-size: 1.625rem; line-height: 1.2; padding-top: 1rem; 
}
.content_title > *:first-child:last-child {
    font-size: 1.1625rem; padding-top: 0;
}
.content_title.big_title > *:first-child:last-child {
    text-transform: none; font-size: 1.625rem;
    letter-spacing: 0;
}
.content_title.big_title > *:first-child:last-child:after {
    content: none;
}

/*.content_title.big_title > *:first-child:last-child, */
.content_title.large_font_size > *:last-child {
    font-family: "GloberSemiBold","Helvetica Neue",Arial,sans-serif;
}

/****************************************************************************
 * Default Link Settings
 ****************************************************************************/
a, a:visited {
    text-decoration: underline; color: inherit;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

/****************************************************************************
 * Read more Button
 ****************************************************************************/
a.read_more {
    font-weight: 700; position: relative;
    text-decoration: none;
}
a.read_more:before {
    content: ''; position: absolute; bottom: 0.125rem; left: 0;
    right: 0; height: 1px; width: 100%; background-color: currentColor;
}
a.read_more:hover:before {
 background-color: transparent;
}
a.read_more:after {
    content: '>>'; padding-left: 0.5rem;
}

/****************************************************************************
 * Button
 ****************************************************************************/
.button, .button:visited,
a.button, a.button:visited,
.button.disabled, .button.disabled:focus, .button.disabled:hover,
.button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    /*font-family: "GloberBold","Helvetica Neue",Arial,sans-serif; font-weight:normal;*/
    text-decoration: none; background-color: #ffcc00; line-height: 1;
    color: #FFFFFF; border-radius: 0; border-top-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem; padding: 0.75em 2em 0.625em;
    text-transform: uppercase; letter-spacing: 0.0675rem;
}

.button:hover, .button:focus,
a.button:hover, a.button:focus {
 background-color: #ffcc00;
 color: #000000;
}


a.button.read_more,
a.button.read_more:visited {
 background-color: transparent; color: currentColor;
 padding: 0; margin: 2rem 0 0; line-height: 1;
 font-size: 0.875rem;
}
a.button.read_more:hover,
a.button.read_more:focus {
 color: #000000;
}
a.button.read_more:before {
  top: -0.75rem; bottom: -0.5rem; left: -1rem; right: -1rem;
  background-color: #ffcc00; height: auto; width: auto;
  z-index: -1; opacity: 0; border-bottom-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a.button.read_more:hover:before {
 opacity: 1;
}



/****************************************************************************
 * ul li
 ****************************************************************************/
ul{ margin-left: 0;}
ul li {
    position: relative; padding: .125rem 0 .125rem 1.5rem;
    list-style: none;
}
ul li:before {
    position: absolute; content: ''; left: 0; top: 0.5rem;
    width: 0.5rem; height: 0.5rem; border: 0.125rem solid #ffcc00;
    border-bottom: none; border-left: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.menu li {
 padding: 0;
}
 ul.menu li:before {
    content: none;
}

/****************************************************************************
 * ol li
 ****************************************************************************/
ol:not([type]):not(.listing) {
    counter-reset: my-awesome-counter;
}
ol:not([type]):not(.listing) > li {
    counter-increment: my-awesome-counter;
    list-style: none; position: relative;
}
ol:not([type]):not(.listing) > li::before {
  content: counter(my-awesome-counter) ". ";
  color: #fc0; position: absolute; left: -1.3rem;
  font-weight: bold;
}

/****************************************************************************
 * Table styling
 ****************************************************************************/
tr { vertical-align: top;}



@media screen and (min-width: 40em){
    /****************************************************************************
     * Default Headline Settings
     ****************************************************************************/
    .h1, h1, .h2, h2 { font-size: 2.5em; }
    
    .zitat_section h1, .zitat_section h2,
    .typo_slider_section h1, .typo_slider_section h2 {font-size: 3rem;} 
    
    /****************************************************************************
     * Content Title
     ****************************************************************************/
    .content_title > *:last-child {
        font-size: 2.5rem; 
    }
    .content_title.large_font_size > *:last-child {
        font-size: 3rem; 
    }
    .content_title.big_title > *:first-child:last-child {
        font-size: 2.5rem; 
    }
    .content_title.large_font_size > *:first-child:last-child {
        font-size: 3rem; 
    }
}