* {
    font-family: arial;
    margin: 0;
    padding: 0;
}

a:hover {
    cursor: pointer;
}
.menu
{
    padding:0px;
    z-index: 2;
}
.menu:hover
{
    background-color: rgba(231, 76, 60, 1);
}
.desc-gcdit, .intro, , .content {
    padding: 5px;
}

h1 {
    font-family: 'Raleway', serif;
    letter-spacing: 3px;
    font-weight: normal;
}

body, html {
    height: 100%;
}

.moreinfo_paragraph {
    font-size: 16px;
    line-height: 20px;
}

/*3 cols row style */
.span4 {
    width: 33%;
    float: left;
}

/* === START menu bar === */
.menu, footer {
    color: #34495e;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;

    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    background-color: rgba(231, 76, 60, 0.9);
}
.menu{
    background-color: rgba(231, 76, 60, 0.7);
    letter-spacing: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: white;
}

.tab-pane {
    height: auto;
}

.circle-caret {
    padding: 0px !important;
    margin: 0px !important;

}

.menu .btn {
    height: 48px;
    width: 50px;
    padding: 5px;
    margin-left: 7%;
    margin-right: 7%;
    max-margin-left: 100px;
    max-margin-right: 100px;
}

/* === END menu bar === */

.act-moreinfo:hover, .act-moreinfo-less:hover {

    border-bottom: 2px dotted;
    text-decoration: none;

}

.act-moreinfo-less {
    display: none;
}

.moreinfo {
    display: none;

}

/*=== START general layout for body sections  ===*/
#first, #second, #third {
    background-image: url("../img/crossword.png");
    height: auto;
    min-height: 500px;
    background-color: peachpuff;
    border: none;
    /* space between sections?
        margin-top: 40px;*/
}

/* === END container ===


/* === START first section ===*/
#first {
    border: none;
}

#first-bg {
    height: 100%;
    background-color: rgba(22, 160, 133, 0.03);
    padding: 20px;
}

/* === ENDE first section === */

/* === START style line === */
.style-line-after-header {
    margin: auto;
    width: 70%;
    border: 1px solid rgba(208, 134, 119, 0.50);
}

/* === START header description GIRLS CAN DO IT ===*/

.desc-gcdit {
    background-color: rgba(231, 76, 60, 0.5);
    color: white;

}

/* === END header description GIRLS CAN DO IT ===*/

/* === START style menu sticky === */

.sticky {
    position: fixed;
    top: 0;
}

/* === END style menu sticky === */

/* === START header options ===*/

header {
    min-height: 100% border : none;
    height: 100%;
}

/* overylay-div for resizing padding, margin and relative width of header */

.header-overlay-div {
    padding: 0px;
    margin: 0px;
    width: 100%;
    color: #e74c3c;
}

/* header-overview: icons with descriptions */
.header-overview {
    background-image: url("../img/crossword.png");
    padding-top: 20px;
    padding-bottom: 20px;

}

/* header-background: picture background for the whole header */
.header-background {
    background-image: url("../img/tumblr_mopqkkwK2M1st5lhmo1_1280.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

/* === END header options === */

/* === START button colors === */
.gcdit-btn {

    color: white;
}

.gcdit-btn:hover {

color: #34495e;

}

.btn:active, .btn:hover, .btn:default, .btn:focus {
    border: 0px solid white;
}

/* === END button colors === */

/*third section */
.img-border {
    border: 7px double rgba(208, 134, 119, 0.50);

}

.right-row {
    padding: 50px;
}

#second-bg {
    padding: 50px;
}

#third-bg {
    padding: 50px;
    height: 100%;
    width: 100%;
    background-color: rgba(192, 57, 43, 0.03)
}

/*footer style*/
footer {
    height: auto;
    color: white;
    padding: 15px;
    margin: 0px;
    border: none;

}

footer a {
    color: white;;
}

footer a:hover {
    color: white;
    border-bottom: 2px dotted white;
    text-decoration: none;

}
#a-english, #a-german
{
    color: white;

    letter-spacing: 3px;
    font-family: Raleway

}
#a-english:hover, #a-german:hover
{
    color:white;
    text-decoration: none;
}

.list-group-item {
    font-size: 16px;
}

.timeline > li > .timeline-badge:hover {
    background-color: rgba(231, 76, 60, 1);
    cursor: pointer;
}

/*=== END footer style ===*/

/*== MAYBE STICKY?*/

.menu-padding {
    padding-top:40px;
}

.content p {
    margin-bottom:20px;
}
@media {
    * {
        padding: 0px;
        margin: 0px;
    }
}

/* === START TIMELINE RESIZING === */
@media (min-width: 768px) {
    .moreinfo .container {
        width: 750px;
    }
}

@media (min-width: 950px) {
    .moreinfo .container {
        width: 820px;
    }
}

@media (min-width: 1050px) {
    .moreinfo .container {
        width: 920px;
    }
}

@media (min-width: 1150px) {
    .moreinfo .container {
        width: 1020px;
    }
}

@media (min-width: 1200px) {
    .moreinfo .container {
        width: 1070px;
    }
}

@media (min-width: 1250px) {
    .moreinfo .container {
        width: 1120px;
    }
}

@media (min-width: 1350px) {
    .moreinfo .container {
        width: 1200px;
    }
}

/* === END TIMELINE RESIZING === */

.row
{
    padding: 0px;
    margin: 0px;

}

.list-group-item {
    padding: 4px;
    line-height: 24px;
}

.uk-width-medium-1-3 {
    height: 100%;
}

.circle-caret {
    position: relative;
    top: -20px;

}

.panel-second {
    position: relative;
    top: -38px;

}

.circle-container {
    text-align: center;
    margin: 0px !important;
    padding: 0px !important;

}



/* padding-top differences because in german there is the header in the top and in english there is the header in the bottom */
.circle > .german{
   padding-top:  35%;
}
.circle > .english{
    padding-top: 27%;
}



.circle {
    content: "";
    display: block;
    width: 50%;
    height: 0;
    padding-bottom: 50%;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left:25%;
    margin-right:25%;
    font-size: 20px;
    color: #34495e;
    text-align: center;
    background: transparent;
    border: 3px dotted #34495e;
}
.circle-active
{
    color: #ecf0f1;
    text-decoration: none;
    background: #34495e;
}

.font-ral
{
    font-family: Raleway;
}
.circle:hover {

    color: #aaa;
    text-decoration: none;
    background: #34495e;
    color: #ecf0f1;
}


.circle-header
{
    letter-spacing: 3px;
    font-size: 24px;
    font-family: Raleway;
}

.circle-body
{
    letter-spacing: 3px;
    font-size: 20px;
    font-family: Raleway;
}
.fluid-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
#first-after
{
    background-image: url("../img/newyork.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    padding: 70px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}

#second-after
{
    background-image: url("../img/CzH9xIvBRDm72LNGdq5D__MG_9049.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;

    padding: 70px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}

.first-after-panel {
    padding: 20px;
    color: #34495e;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 200;
    font-family: Raleway, "Helvetica Neued";
    background-color: rgba(255, 255, 255, 0.9);

}

.second-panel-grid
{

}

.panel-quote
{
    padding-left: 7%;
    padding-right: 7%;
}


.img-circle-second
{
    height: 250px;
    width: 250px;
    border: 7px double rgba(231, 76, 60, 1);
    padding: 0px;
}
.img-circle-third
{
    height: 150px;
    width: 150px;
    border: 7px double rgba(231, 76, 60, 1);
    padding: 0px;
}
.fa-color
{
    color: #e74c3c;
}

.first-header
{
    font-size: 60px;
}

.slider-quotes
{
    font-size: 24px;
 padding: 20px;

    letter-spacing: 3px;
    font-weight: 400;
}

.flexslider ol.flex-control-nav li a.flex-active {
    background: rgba(231, 76, 60, 1) !important;
}


.flexslider ol.flex-control-nav li a {
    background: transparent !important;
}

.flexslider ol.flex-control-nav li a:hover {
    background: white !important;
}

.changenow
{
    padding: 0px;
    margin: 0px;
}

.changenow-text
{
    font-family: Raleway;
    font-size: 30px;
}

.header-span
{
    letter-spacing: 2px;
    font-family: Raleway;
    font-weight: 500;
    border-bottom: 2px dotted rgba(231, 76, 60, 1);
}
.header-p
{
    font-size: 24px;
}

@media (min-width: 480px)
{
    * {
        padding: 0;
        margin: 0;
    }


}

