/* Fehler bei der Verkleinerung. Der Inhalt wird unverkleinert zurückgegeben.
(102,43): run-time error CSS1038: Expected hex color, found '#ced6df0'
(102,51): run-time error CSS1019: Unexpected token, found '%'
(102,51): run-time error CSS1042: Expected function, found '%'
(102,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(104,46): run-time error CSS1038: Expected hex color, found '#ced6df0'
(104,54): run-time error CSS1019: Unexpected token, found '%'
(104,54): run-time error CSS1042: Expected function, found '%'
(104,54): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(105,41): run-time error CSS1038: Expected hex color, found '#ced6df0'
(105,49): run-time error CSS1019: Unexpected token, found '%'
(105,49): run-time error CSS1042: Expected function, found '%'
(105,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(106,42): run-time error CSS1038: Expected hex color, found '#ced6df0'
(106,50): run-time error CSS1019: Unexpected token, found '%'
(106,50): run-time error CSS1042: Expected function, found '%'
(106,50): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(107,44): run-time error CSS1038: Expected hex color, found '#ced6df0'
(107,52): run-time error CSS1019: Unexpected token, found '%'
(107,52): run-time error CSS1042: Expected function, found '%'
(107,52): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */
body {
	padding-top: 20px;
	padding-bottom: 40px;
    background-color: white;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'FontAwesome', sans-serif;
}

h4 {
	margin-top: 30px;
}

/* Custom container */
.container-narrow {
	margin: 0 auto;
	max-width: 700px;
}
.container-narrow > hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	margin: 60px 0;
	text-align: center;
    background-color: White;
}
.jumbotron h1 {
	font-size: 72px;
	line-height: 1;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
	margin: 60px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}

.logo{
	margin-bottom:20px;
}

#cookiedingsbums a {
    color: #000;
    text-decoration: none;
}

    #cookiedingsbums a:hover {
        text-decoration: underline;
    }

#cookiedingsbums div {
    padding: 10px;
    padding-right: 40px;
}

#cookiedingsbums {
    outline: 1px solid #7b92a9;
    text-align: right;
    border-top: 1px solid #fff;
    background: #d6e0eb;
    background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9));
    background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
    background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
    background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
    background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 );
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

#cookiedingsbumsCloser {
    color: #777;
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    cursor: pointer;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #7b92a9;
    border-right: 1px solid #7b92a9;
    padding: 4px;
    background: #ced6df; /* Old browsers */
    background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9));
    background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%);
    background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%);
    background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%);
    background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 );
}

    #cookiedingsbumsCloser:hover {
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        border-top: 1px solid #7b92a9;
        border-left: 1px solid #7b92a9;
    }
