        #cookie-consent-modal {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 9999;
            background-color: white;
            color: var(--text-color);
            padding: 1rem;
            border-top: 1px solid var(--border-color);
            box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        }
        #cookie-consent-modal .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }
        @media (min-width: 768px) {
             #cookie-consent-modal .container {
                flex-direction: row;
                justify-content: space-between;
            }
        }
        #cookie-consent-modal button {
            padding: 0.6rem 1.2rem;
            border-radius: 0.5rem;
            font-weight: 600;
            border: none;
            cursor: pointer;
        }
        #accept-cookies {
            background-color: #273e4d;
            color: white;
        }
        #decline-cookies {
            background-color: #e2e8f0;
            color: d4b867;
        }


@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}

@font-face {
font-family: "Lato";
src: url("Inter-Regular.ttf") format("opentype");
font-display: swap;
}
@font-face {
font-family: "Latobo";
src: url("Inter-ExtraBold.ttf") format("opentype");
font-display: swap;
}
@font-face {
font-family: "Montserrat";
src: url("Montserrat-Bold.ttf") format("opentype");
font-display: swap;
}
@font-face {
font-family: "Yanone Kaffeesatz";
src: url("Inter-Light.ttf") format("opentype");
font-display: swap;
}
@font-face {
font-family: "Dosis";
src: url("Inter-Medium.ttf") format("opentype");
font-display: swap;
}
@font-face {
font-family: "Merriweather";
src: url("Merriweather.ttf") format("opentype");
font-display: swap;
}
@font-face {
  font-family: 'Sign';
  src:  url('glyphicon-halflings-regular.eot?') format('eot'), 
        url('glyphicon-halflings-regular.woff') format('woff'), 
        url('glyphicon-halflingsregular.ttf') format('truetype');
}

body             { margin-bottom:30px; font-family: Lato; letter-spacing: 1px; font-size:1.6em; font-weight:400; background: #fff; color: #000;}
body.admin       { padding-top:50px; padding-bottom:20px; margin-bottom: 20px; }

#logo            { margin:0 auto; padding:0;font-family:Lato; font-size:0.8em; font-weight:600; }
.logo			 { margin:0 auto; padding:0;}
#logo a          { padding:0px; color:#333; text-decoration:none; border:0px solid #333; border-radius:10px; }
#logo a:hover    { color:#d4b867; border:0px solid #d4b867; }

.header .nav     { margin-top:0px; padding:0; }

.col-lg-4 h2     { font-size:30px;  }
.row {
margin-top:0px;
    margin-right: -15px;
    margin-left: -15px;
}
header           { padding:10px 0 10px 0; }
header ul        { padding:20px 0 0 0; }

.heading         { margin:0 0 30px 0; padding: 20px; background:#eee; border-radius:6px 6px 6px 6px; }
.heading h1      { margin:10px 0; }
.heading p       { margin:20px 0 10px 0; font-size:18px; }
.topsep          { margin:10px 0 15px 0; }

div.jumbotron	{background-color: #555 ;background-size: cover; color:#eee; font-weight:700; font-family:Montserrat; font-size:90%; text-shadow: 1px 2px 3px #999;border-radius:0px; border: 1px solid rgb(0,0,0,0.2); margin: 5px 0 5px 0;padding: 0px;}

div.jumbotron_aaaa	{background:url('../../images/social-workflow-01.jpg') center center;background-size: cover; color:#eee; font-weight:bold; font-family:Montserrat; font-size:90%; border-radius:0px; border: 1px solid rgb(0,0,0,0.7); margin: 5px 0 10px 0;padding: 0px;}

div.jumbotron_aaa	{background:url('../../images/social-simplicity-01.jpg') center center;background-size: cover; color:#eee; font-weight:bold; font-family:Montserrat; font-size:90%; border-radius:0px; border: 1px solid rgb(0,0,0,0.7); margin: 5px 0 10px 0;padding: 0px;}

div.jumbotron_aa	{background:url('https://rent-a-popup.de/static/img/internet-marketing-rentapopup.png') center center;background-size: cover; color:#eee; font-weight:bold; font-family:Montserrat; font-size:90%; border-radius:0px; border: 1px solid rgb(0,0,0,0.7); margin: 5px 0 10px 0;padding: 0px;}

div.jumbotron_a	{background:url('https://rent-a-popup.de/static/img/freebies-internet-marketing.png') center center;background-size: cover; color:#eee; font-weight:bold; font-family:Montserrat; border-radius:0px; border: 1px solid rgb(0,0,0,0.6); margin: 5px 0 10px 0;padding: 0px;}

#overlay {position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.1); z-index:1200;}
div.overlay { top:0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);background-size: cover; z-index:12;border-radius:0px; border: 0px solid #b8e9ab; padding: 20px;}


.main-content p,
.main-content ul { line-height:115%; }
.sidebar         { margin-top:30px; }
.sidebar p,
.sidebar ul      { line-height:175%; }
.teaser p        { margin-top:0; }
.teaser .thumbnail { margin-bottom:5px; }

.caption         { margin:3px 0 3px 0; color:#808080; font-style:italic; }
.thumbnail       { max-width:100% !important; height:auto; } 
.thumbnail-left  { float:left; margin:0 10px 10px 0; }
.thumbnail-right { float:right; margin:0 0 10px 10px; }
.thumbnail img   { width:100%; }
a.thumbnail:hover { opacity:0.9; } 

.caption + p     { margin-top:20px; }

.topspace        { margin-top:10px; }
.closure         { margin-top:50px; }

.footer p        { margin:0; font-size:13px; }
.footer          { color:#000; text-align:center; }
.footer a        { color:#273e4d; text-align:center; }
.footer a:hover  { color:#111; }

.header .nav > li > a {  padding: 7px 15px; }

.alert h3   { margin:0 0 10px 0; }

.overview h2 a   { color:#333; text-decoration:none; }

.news            { margin:30px 0 30px 0; }
.news:first-child { margin-top:20px; }
.news h2         { margin:0; padding:0; }
.news h2 a       { color:#333; text-decoration:none; }
.news .time      { color:#808080; font-size:13px; margin:0 0 7px 0; padding:0; }

.simple-news h2  { margin:10px 0; }
.simple-news h2 a { color:#333; text-decoration:none; }
.simple-news-delete { background:#f2dede; }

#comments        { margin-top:50px; }
#commentformwrapper { padding-top:20px; }
h3#preview       { color:#ca9853; margin-bottom:10px;}
h4.author        { font-size:14px; margin-bottom:5px; font-style:italic; }
.comment         { position:relative; margin-bottom:25px; }
.comment-admin   { position:absolute; top:0; right:0; }
.comment-delete  { background:#f2dede; }
.comment-preview { color:#333; }
.comment-info    { font-size:13px; color:#808080; margin:0 0 -10px 0;}

.gallery         { margin:20px 0 30px 0; padding:30px 30px 0 30px; border:1px solid #ddd; border-radius: 4px 4px 4px 4px;  background:#eee; }
.gallery h3      { margin:-15px 0 20px 0; padding:0; font-size:14px; color:#808080; font-style:italic; text-align:center; }
.thumbnail-wrapper { text-align:center; margin-bottom:30px; }
.thumbnail-wrapper a { display:inline-block; margin:auto;  }

#menu-toggle-handle    { display:block; margin:7px 0 1px 0; background:#cdcdcd; padding:10px 15px; color:#000; text-align:right; text-decoration:none; }
#menu-toggle-handle .icon-bar { display: block; margin:auto; width:22px; height:2px;  background-color:#000; border-radius:1px; }
#menu-toggle-handle .icon-bar + .icon-bar { margin-top:4px; }

.dropdown-menu .glyphicon { padding-right:5px; }  

a.rss                         { padding-left:23px; background:url(../img/rss.png) no-repeat left; }
a.pdf                         { padding-left:23px; background-image:url(../img/pdf.png); background-repeat:no-repeat; background-position: top left; }

.item:hover { opacity:0.8; } 
.rounded {border-radius:50% 0 50% 50%; shape-outside: circle(50%); box-shadow: 4px 4px 8px 3px rgba(0, 0, 0, 0.19); margin: 0px 15px 0 -15px; width:100%;}
.roundco {border-radius:50%; shape-outside: circle(50%); box-shadow: 4px 4px 8px 3px rgba(0, 0, 0, 0.19); margin: 15px auto; width:100%;}
.quarter {border-radius:0 50% 50% 50%; shape-outside: circle(50%); box-shadow: 4px 4px 12px 3px rgba(0, 0, 0, 0.19); margin-bottom: 25px; width:100%; height:auto; }


@media (min-width: 992px)
 {
  .header .nav { margin-top:30px; float:right; text-align:right; }
  .sidebar { margin-top:0; }
 }

@media screen and (max-width:768px)
 {
  #logo                  { margin:0 auto; font-size:0.8em; text-align:center;  }
  #nav { display:none; margin:0; padding:0; }
  #nav ul { margin:0; padding:0; }
  #nav .nav-pills > li { text-align:center; float:none; background:#eee; }
  #nav .nav-pills > li > a { padding: 10px 15px; border-radius:0; }
  #nav .nav-pills > li + li > a { margin-top: 2px; margin-left: 0; }
  .main-content { text-align: left;}
 }
 
#mylightbox-background        { display:none; position:fixed; height:100%; width:100%; top:0; left:0; background:#000; border:1px solid #cecece; z-index:2000; }
#mylightbox                   { width:400px; display:none; position:absolute; background:#fff; z-index:2000; padding:3px 10px 0 10px; font-size:13px; border:1px solid #cecece; border-radius:5px; max-width:90%; height:auto; box-shadow:0 0 20px #000; }
#mylightbox img               { max-width:100%; height:auto; }
#mylightbox-header            { height:25px; font-size:13px; line-height:20px; padding:0 0 10px 0; }
#mylightbox-title             { position:absolute; top:3px; left:10px; width:90%; margin:0; padding:0; font-weight:bold; }
#mylightbox-controls          { position:absolute; top:5px; right:10px; width:14px; margin:0; padding:0; }
#mylightbox #photo            { margin:0; padding:0; }
#mylightbox-subtitle          { font-size:13px; line-height:150%; margin:5px 0 0 0; font-style:italic; color:#808080; }
#mylightbox-description       { font-size:14px; line-height:150%; margin:5px 0 10px 0; }
#mylightbox-author            { color:#808080; font-size:13px; margin:-8px 0 0 0; padding:0 0 8px 0; }
#mylightbox-throbber          { width:32px; height:32px; margin:0 auto 0 auto; padding:100px 0; background:url(../img/throbber.gif) no-repeat center; }
#mylightbox-photo             { position:relative; }
#mylightbox-prev              { width:50%; position:absolute; top:0; left:0; bottom:0; background:url(../img/prev.png) no-repeat -1000px 0; z-index:10000; text-indent:-999em; outline:none; }
#mylightbox-prev:hover        { background:url(../img/prev.png) no-repeat 7% center; }
#mylightbox-next              { width:50%; position:absolute; top:0; right:0; bottom:0; background:url(../img/next.png) no-repeat 1000px 0; z-index:10000; text-indent:-999em; outline:none; }
#mylightbox-next:hover        { background:url(../img/next.png) no-repeat 93% center;  }
#mylightbox-close             { width:16px; height:16px; display:inline-block; text-indent:-999em; background:url(../img/close_button.png) no-repeat 0 0; outline:none; opacity:0.7; }
#mylightbox-close:hover       { opacity:1; }


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, nav-pills>li.dropdown.open>a
	{color: #fff; background-color: #273e4d;}

hr, hr.dark {
    border-top: 1px dashed #fff;
	background-color: none;
	height:0px;
	  clear: both; /* takes care of you floated elements */
  padding-top: 10px;
  margin-bottom: 20px;
	margin: auto;
}
hr.closure {
    border-top: 0px dashed #eee;
	background-color: none;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
	color: #444;
}

.btn-success {
    color: #fff;
    background-color: #777;
    border-color: #777;
}
.btn-success:hover {
    color: #fff;
    background-color: #999;
    border-color: #666;
}

.btn-paket {
    color: #fff;
    background-color: #d4b867;
    border-color: #d4b867;
}
.btn-paket:hover {
    color: #fff;
    background-color: #555;
    border-color: #555;
}

a {
    color: #111;
    text-decoration: none;
	text-shadow: 0px 1px 2px #ccc;
}

a:hover {
    color: #000;
    text-decoration: none;
	text-shadow: 0px 1px 2px #ddd;
}

.progress-bar  {
 background-color: #06385B;
 }

 .bg-info {
    background-color: #7DB1D5;
}



.panel-primary .panel-heading{
    background-color: #a82a56;
	border-color: #a82a56;
	color: #fff;
}
.panel-default .panel-heading{
    background-color: #457BA1;
	border-color:#457BA1;
	color: #fff;
}
.panel-info .panel-heading{
    background-color: #E7B735;
	border-color:#E7B735;
	color: #fff;
}
.panel-warning .panel-heading{
    background-color: #C89712;
	border-color: #C89712;
	color: #fff;
}
.panel-danger .panel-heading{
    background-color: #0D923A;
	border-color: #0D923A;
	color: #fff;
}

h4.panel-title a {
	color: #fff;
	text-shadow: 0px 1px 1px #333;
}

.panel-heading {
 color: #fff;
 padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-info .panel-body,
.panel-primary .panel-body,
.panel-default .panel-body
.panel-warning .panel-body,
.panel-danger .panel-body
{
    border-top-color: #444;
}
.panel-default {
border-color: #457BA1;
}
.panel-primary  {
border-color: #a82a56;
}
.panel-info {
	border-color:#E7B735;
}
.panel-warning {
	border-color: #C89712;
}
.panel-danger {
	border-color: #0D923A;
}

.main-content div h2,
.main-content div b { text-align:left;}

.main-content div h2 {
	 font-family: Latobo;

	 font-size: 1.3em;
	 line-height: 1.3em;
	 padding-top: 30px;
	 padding-bottom: 15px;
	 	 text-transform: uppercase;
}

.main-content div h3 {
	 font-family: Dosis;
	 font-size: 1.3em;
	 line-height: 1.3em;
	 font-variant:small-caps;
	color:#000;
	 }

.main-content div h4 {
	 font-family: Lato;
	 font-size: 1.2em;
	 background: #ccf2e3;
	 line-height: 1.2em;
	 #font-variant:small-caps;
	 display: inline;
	 color:#000;
	 font-weight:bold;
	 
	  @apply inline text-black/90;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 70%,
    rgba(207, 242, 227, 0.5) 70%,
    rgba(207, 242, 227, 0.5) 100%
  );
	 }

.txtimg {
	border-color: #333;
	border-radius: 9px;
	background-color: #ffe274;
	width: 47%;
	margin:10px;
}
.txtimg2 {
	border-color: #333;
	border-radius: 9px;
	background-color: #8aa8d2;
	width: 47%;
	margin:10px;
}
.txtimg3 {
	border-color: #333;
	border-radius: 9px;
	background-color: #dd9724;
	width: 47%;
	margin:10px;
}

.breadcrumb {
	background-color: #d4b867;
	color: #111;
	padding: 4px 15px;
    margin-bottom: 5px;}

.breadcrumb .active {
	color: #fff;

	}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #d4b867;
    border-color: #d4b867;
}

.pagination>li>a, .pagination>li>span {

    color: #d4b867;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>a:hover,.pagination>li>span:hover,
.pagination>li:last-child>a:hover, .pagination>li:last-child>span:hover 
{color: #fff; background-color: #d4b867;    border-color: #d4b867;}


.btn-primary {
    color: #fff;
    background-color: #d4b867;
    border: 4px solid #d4b867;
}
 

.marka, marka {
	padding:4px 10px 4px 10px;
	color: #000;
	font-family: Dosis;
	font-size: 0.8em;
	display: inline-block;
	background-color: #e5e5e9;
	text-shadow: 0px 0px 0px #111;
	margin-left:5%;
	margin-right: 8%;
	margin-bottom:0px;
	margin-top:20px;
	border-radius:0px;
}

.mark, mark {
	padding: 10px;
	color: #111;
	font-family: Latobo;
	font-size: 1.4em;
	display: block;
	background: #d4b867;
	text-shadow: 0px 1px 1px #eee;
	margin-left:5%;
	margin-right: 2.5%;
	margin-bottom:0px;
	margin-top:0px;
	border-radius:0px;
}

.markc, markc {
	padding:4px 10px 4px 10px;
	color: #fff;
	font-family: Dosis;
	font-size: 0.8em;
	display: inline-block;
	background-color: #273e4d;
	text-shadow: 0px 0px 0px #111;
	margin-left:5%;
	margin-right: 8%;
	margin-bottom:20px;
	margin-top:0px;
	border-radius:0px;
}
h4.mark-cc, h4 mark-cc {
	background: #d4b867;
	text-decoration: none;
#	padding:0 5px;
}
h3.mark-cc, h3 mark-cc {
	background: #d4b867;
	text-decoration: none;
}

.mark-cc, mark-cc {
	padding:0px;
	color: #fff;
	font-family: Lato;
	#font-size: 0.95em;
	#display: inline;
	background-color: #fff;
	text-shadow: 0px 0px 0px #111;
	text-decoration-line: underline;
	text-decoration-color:#ddd;
	text-decoration-thickness: 0.5px;
	text-decoration-style: double;
	border-radius:0px;

  @apply inline text-black/90;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 70%,
    rgba(207, 242, 227, 0.5) 70%,
    rgba(207, 242, 227, 0.5) 100%
  );
}

.mark-k, mark-k {
	padding: 10px;
	color: #fff;
	font-family: Latobo;
	font-size: 1.4em;
	display: block;
	background: #273e4d;
	text-shadow: 0px 1px 1px #111;
	margin-left:5%;
	margin-right: 2.5%;
	margin-bottom:0px;
	margin-top:0px;
	border-radius:0px;
}
.markcd, markcd {
	padding:4px 10px 4px 10px;
	color: #273e4d;
	font-family: Lato;
	#font-size: 0.8em;
	#display: inline;
	background-color: #d4b867;
	text-shadow: 0px 0px 0px #111;
	border-radius:0px;


}

.mark-cc>a, mark-cc>a {color:#000; font-weight:normal;}
.mark-cc>a:hover, mark-cc>a:hover {color:#fff; font-weight:normal;background: #273e4d;text-shadow:none;}
.markcd>a, markcd>a,.markcd>a:hover, markcd>a:hover {color:#fff; font-weight:normal;}

b {
#font-variant: small-caps;
}

h5,h6 {
font-size: 1.4em;
}


.grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: repeat(6, 1fr);
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		grid-gap: 2vw;
	}
	
.gridc {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: repeat(6, 1fr);
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		grid-gap: 3vw;
}

.gridvier {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: repeat(8, 1fr);
		grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
		grid-gap: 2vw;
}

.gridzwei {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: repeat(4, 1fr);
		grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
		grid-gap: 3vw;
}

.h-20 {
min-height:100%;
height:80px;
background:rgba(212,184,103, 0.8);
text-align:center;
padding: 0 3% 0 3%;
margin-bottom:5px;
border-radius:8px;
		display: block;
		position:relative;
}
.h-80 {
min-height:100%;
height:160px;
background:rgba(212,184,103, 0.8);
text-align:center;
padding: 3%;
margin-bottom:5px;
border-radius:8px;
		display: block;
		position:relative;
}
.h-200 {
min-height:100%;
height:340px;
background:#eee;
text-align:center;
padding: 0 3% 0 3%;
margin-bottom:5px;
border-radius:8px;
		display: block;
		position:relative;
}
.h-240 {
min-height:100%;
height:240px;
background:#eee;
text-align:center;
padding: 0 3% 0 3%;
margin-bottom:5px;
border-radius:8px;
		display: block;
		position:relative;
}
.h-260 {
min-height:100%;
height:280px;
background:#eee;
text-align:center;
padding: 0 3% 0 3%;
margin-bottom:5px;
border-radius:8px;
		display: block;
		position:relative;
}

.h-250 {
min-height:100%;
height:270px;
background:rgba(212,184,103, 0.8);
text-align:center;
padding: 0 5% 0 5%;
margin-bottom:5px;
border-radius:8px;
		display: block;
		position:relative;
		font-size:.9em;
}

.h-100 {
min-height:100%;
height:190px;
background:#eee;
text-align:center;
padding: 0 3% 0 3%;
margin-bottom:5px;
border-radius:8px;
		display: block;
		position:relative;
}

.h-300 {
min-height:100%;
height:370px;
background:#eee;
text-align:center;
padding: 0 3% 0 3%;
margin-bottom:5px;
border-radius:8px;
		display: block;
		position:relative;
}

	.item {

position:relative;
padding-top:0px;
display:inline-block;
border: 1 px solid #ddd;
}

//img.thumbnail {aspect-ratio: 1 / 1; width: 100%;object-fit: cover;}
	
.media {
    margin-top: 0px;
	background: #fff;
	border: 1 px solid #ddd;
	border-radius: 4px;
}

.notify-badge{

position: absolute;
font-family: Dosis;
font-weight:300;
right:0px;
top:50px;
background:#d4b867;
text-align: center;
border-radius: 0px;
border: 1px solid #222;
color:#222;
padding:5px 10px;
font-size:0.7em;
transform: rotate(0deg);
#z-index:60;
box-shadow: 0px 0px 0px #fff;
}

.notify-badgers{
position: absolute;
font-family: Dosis;
font-weight:400;
background:rgba(0, 0, 0, 0.7);
border: 0px solid #222;
display:block;
width:96%;
text-align:center;
color:#fff;
padding:5px 10px;
transform: rotate(0deg);
#z-index:60;
box-shadow: 0px 0px 0px #fff;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);	
  font-size: 1.5em;

}

.notify-badgersb{
position: absolute;
padding:8%;
width:28%;
//height: 32%;
text-align:center;
font-family: Latobo;
font-size: 0.8em;
transform: rotate(-15deg);

  top: 70%;
  left: 10%;
//  transform: translate(-50%, -50%);	
  font-size: 0.8em;
  border: 0px solid #000;
  border-radius:50%;
  color:#fff;
  text-shadow: 0px 1px 2px #333;

}

.notify-drift{

position: absolute;
padding:10% 5%;
width:40%;
height: 40%;
text-align:center;
font-family: Latobo;
font-size: 0.8em;
transform: rotate(0deg);
  top: 30%;
  left: 30%;
  //transform: translate(-50%, -50%);	
  background:#273e4d;
  border: 0px solid #000;
  border-radius:50%;
  color:#fff;
  text-shadow: 0px 1px 2px #333;
}


.main-content div h4-drift {
	 font-family: Dosis;
	 font-size: 0.8em;
//	 background: #000;
	 line-height: 80%;
	 font-weight:300;
//	 color:#d4b867;
	// padding: 5px 10px;
	 border-radius: 0 0 0 0px;
	box-shadow: 0px 0px 0px #fff;
//	border: 1px solid #d4b867;
	 text-transform: uppercase;
	// margin: 5px auto;
	 text-align:center;
	 }

.main-content div h4-driftb {
padding-top:25%;
}


.notify-drifter{


position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);	
  font-size: 2em;
}

	.notify-badge-41{

position: absolute;
font-family: Lato;
font-weight:300;
right:0px;
top:25px;
background:#01506A;
text-align: center;
border-radius: 10px 0 0 10px;
color:white;
padding:5px 10px;
font-size:0.7em;

#z-index:60;
box-shadow: -5px 5px 10px #fff;
}


@media (min-width: 992px)
 {
  .header .nav { margin-top:30px; float:right; text-align:right; }
  .sidebar { margin-top:0; }
    .mark, mark {background: #d4b867;background: rgb(180, 166, 118);
background: -moz-linear-gradient(90deg, rgba(212, 184, 103,1) 14%, rgba(212, 184, 103,0.7133228291316527) 56%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(212, 184, 103,1) 14%, rgba(212, 184, 103,0.7133228291316527) 56%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(212, 184, 103,1) 14%, rgba(212, 184, 103,0.7133228291316527) 56%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#273e4d",endColorstr="#ffffff",GradientType=1);}

 }

@media and screen (max-width:786px)
 {
  #nav { display:none; margin:0; padding:0; }
  #nav ul { margin:0; padding:0; }
  #nav .nav-pills > li { text-align:center; float:none; background:#fff; border-bottom: 0px solid #111; }
  #nav .nav-pills > li > a { padding:5px 15px; border-radius:0; }
  #nav .nav-pills > li + li > a { margin-top: 2px; margin-left: 0; }
  .mark, mark {font-size: 2.4vw; background: rgb(180, 166, 118);}
  .main-content { text-align: left;}
  .btn-group-lg>.btn, .btn-lg {padding: 3px; font-size: 0.6em; line-height: 1.3333333; border-radius: 6px;}
  header.header div.row nav#nav ul.nav.nav-pills li a{ padding:6px; }
  .main-content div h2 { {font-size: 1.4em;}
  .h2, h2 { font-size: 1.2em;}
  .h1, h1 { font-size: 1.4em; }
  .breadcrumb { background-color: #ffa600;color: #fff;padding: 4px 15px;margin-bottom: 5px;}
  .marka, marka, .markc, markc { font-size: 1.4vw;}
}


 

