::-moz-selection { color: white;  background: #55AE56; }
::selection      { color: white;  background: #55AE56; } 

input::-moz-selection { color: #55AE56;  background: white; }
input::selection      { color: #55AE56;  background: white; }
textarea::-moz-selection { color: #55AE56;  background: white; }
textarea::selection      { color: #55AE56;  background: white; }

/* asap-regular - latin-ext_latin */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url('/files/fonts/asap-v15-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/files/fonts/asap-v15-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/files/fonts/asap-v15-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/files/fonts/asap-v15-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/files/fonts/asap-v15-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/files/fonts/asap-v15-latin-ext_latin-regular.svg#Asap') format('svg'); /* Legacy iOS */
  }
  /* asap-700 - latin-ext_latin */
  @font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 700;
    src: url('/files/fonts/asap-v15-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/files/fonts/asap-v15-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/files/fonts/asap-v15-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/files/fonts/asap-v15-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
         url('/files/fonts/asap-v15-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/files/fonts/asap-v15-latin-ext_latin-700.svg#Asap') format('svg'); /* Legacy iOS */
  }

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/files/fonts/open-sans-v27-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/files/fonts/open-sans-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/files/fonts/open-sans-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('/files/fonts/open-sans-v27-latin-300.woff') format('woff'), /* Modern Browsers */
         url('/files/fonts/open-sans-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/files/fonts/open-sans-v27-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-regular - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/files/fonts/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/files/fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/files/fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/files/fonts/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/files/fonts/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/files/fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/files/fonts/open-sans-v27-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/files/fonts/open-sans-v27-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/files/fonts/open-sans-v27-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('/files/fonts/open-sans-v27-latin-600.woff') format('woff'), /* Modern Browsers */
         url('/files/fonts/open-sans-v27-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/files/fonts/open-sans-v27-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/files/fonts/open-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/files/fonts/open-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/files/fonts/open-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/files/fonts/open-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
         url('/files/fonts/open-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/files/fonts/open-sans-v27-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

body {
	margin:0;
	padding:0;
	background-color:#eee;
	font-family: 'Open Sans', sans-serif;
}

a{
    text-decoration: none;
    color:#55AE56;
}

p{
    word-wrap:break-word;
}

a, img {
    border:none;
    outline:none
}

input, textarea{
    -webkit-border-radius:0; 
    -webkit-appearance: none;
    border-radius:0;
}

*:focus{
    outline: 0;
}

form > div, .submit_form > div{
    margin-bottom:10px;
}
.vote form > div{
    margin-bottom:0 !important;
}

a:hover{
    color:#333;
}
h1,h2,h3{
   font-family: 'Asap', sans-serif; 
   font-weight:500;
   color:#224220;
}
.grey{
    color:#AAAAAA;
    font-size:small;
    line-height:24px;
}

header a{
	text-decoration: none;
	color:#333;
}
header a:hover{
	color:#55AE56;
}

.error{
    color:red;
}

h3{
  font-size: 18px;  
  margin: 0;
  margin-bottom: 4px;
  line-height:23px;
}
p{
    font-size: 13px;
    line-height:20px;
    margin-bottom: 10px;
}
html,
body {
    height:100%;
}
.wrapper {
    min-height:100%;
    position:relative;
}
.main {
    padding-bottom:40px; /* Height of the footer element */
}
footer {
    width:100%;
    height:40px;
    position:absolute;
    bottom:0;
    left:0;
    background:white;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/*Footer*/

.copy a{
    float:right;
    line-height: 40px;
    margin-right:10px;
    font-size:12px;
    color:#ccc;
}


 /* Header */

#logowrapper{
   padding-right:0 !important; 
}

.logo{
    text-align:center;
    font-size:13px;
    
}
.logo span{
    color:white;
    font-size:20px;
    font-weight:700;
    padding-right:7px;
}

.logo img, .logo svg{
	margin-top:10px;
	padding-bottom:10px;   
    margin-left: auto;
    margin-right: auto; 
    margin-bottom:-20px;
    height:35px;
    width:28px;
}

nav{
  max-width:1200px;
   margin: 28px auto 0;
	font-weight: 600;
	padding-left: 20px;
padding-right: 20px;
}
nav a{
    color:white;
	text-transform:uppercase;
	padding-left: 10px;
    padding-right: 10px;
    display: block;
    float: left;
    height: 31px;
    border-bottom:4px solid #55AE56;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
nav a:hover, nav .active{
    color:white !important;
    border-bottom:4px solid white;
}

header{
    width: 100%;
    z-index: 10;
    top: -1px;
    position:fixed;
	height: 100px;
	/*height: 40px;*/
	border-bottom:4px solid #55ae56;
	background-color:#fff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   
    /*-webkit-box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.55);
    box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.55);*/
    
    

}



header.smaller{
    top: -63px;
}

#filter.move_top{
    top: -237px;
}
#filter.filter-open{
    top: 30px ;
}

.line-top{
	height: 4px;
	background-color: #55ae56;
}

.line-nav{
	margin-top:5px;
	margin-bottom:5px;
	height: 1px;
	background-color: #EEE;
	display:none;
}

.login-nav{
    float:right;
}

/* Main Startseite */

.fullwidth{
    width:100%;

    position:relative;

}
.fullscreen-grey{
    padding-top:120px;
    background-color:#E7E7E7; 
    border-bottom:1px solid #ccc;
}
.fullscreen-white{
    padding-top:20px;
    background-color:white; 
    border-bottom:1px solid #ccc;    
}
.fullwidth-landingpage{
    background-color:#224220;
    background-image: url(/files/Images/layout/header_image/intro_image_5.jpg);
    background-size:cover;    
    min-height: 432px;  
}

.fullwidth .fullwidth-container{
    max-width:1220px;
    margin:0 auto;
    min-height: 432px;
    position:relative;  
    box-sizing:border-box;
    padding-left: 20px;
    padding-right: 350px;
    padding-bottom: 60px;
    padding-top: 130px;
}
.user-header.fullwidth .fullwidth-container{
    padding-right:20px;   
}
.fullwidth .description h1{
    color:white;
       font-family: 'Asap', sans-serif; 
   font-weight:300;
   font-size:43px;
}
.fullwidth .description a{
   font-family: 'Asap', sans-serif; 
   font-weight:300;
   font-size:30px; 
   line-height:36px;
   text-decoration:underline;      
}
.fullwidth .description a:hover{
    color:white;
}   
.fullwidth .description{
    text-align:left;
}

#header_favorite_icon:after{
    content:"";
    position:absolute;
    background-image: url("/files/Images/layout/icons/sprite.png");
    background-image: url("/files/Images/layout/icons/sprite.svg"), none;
    background-repeat: no-repeat;
    background-position: -240px 0px;
    height: 30px;
    width: 30px;
    border: medium none;
    border-radius: 2px;
    padding: 2px;
    margin-left:5px;
    box-sizing: border-box;
    box-shadow: none;
}


.page-info{
    position:absolute;
    bottom:15px;
}

.page-info div{
    float:left;   
    padding-left:35px;
    line-height:30px;
    color:white;
   font-family: 'Asap', sans-serif; 
   font-weight:700;
   position:relative;
}
.page-info .total-places{
    margin-right:20px;
}
.page-info div:before{
    content:"";
    height:30px;
    width:30px;
    position:absolute;
    left:0;
}

.page-info .total-located:before{
    background-position: -60px 0px;
}
.page-info .total-places:before{
    background-position: -30px 0px;
}

.page-info .total-places:before, .page-info .total-located:before{
    background-image: url(/files/Images/layout/icons/sprite.png);
    background-image: url(/files/Images/layout/icons/sprite.svg),none; 
}

.container{
   text-align:center;
}
.container-center{
    max-width:1200px;
    margin:0 auto;    
}

#main{
    display: inline-block;
    text-align:left;
    padding-top:120px;
    position:relative;
    width:100%;
    max-width:1240px;
    margin:0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom:50px;
}
#main.statistics{
    padding-top:30px;   
}

.content-scroll{
    width:100%;    
}
.content-selector{
    display:inline-block;
    width:100%;    
    position: relative;
    box-sizing: border-box;
    text-align:center;
    font-size:0;
}
.user .content-selector{
    padding-right:0;
}

.user .picture_index img{
    width:100%;
    height:auto;
}

.nav-selector{
    display:block;
    position:relative;
}

#infscr-loading{
    /*margin-top:50px;*/
    text-align: center;
}
#infscr-loading img{
    margin-top:50px;
    margin-bottom:50px;
}


.float{
    float:left;
}

#content-selector:after{content:""; clear:both;}

.index_item{
    position:relative;
    display:inline-block;
	vertical-align: top;
	float:none;
	width:276px;
	margin: 12px;
	overflow:hidden;
	background-color:white;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size:16px;
    
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    -webkit-transition: box-shadow 0.1s ease; 
    transition: box-shadow 0.2s ease;
}

.index_item:hover{
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25);
}

.index_item .picture_index img{
    height: 196px;
    width:100%;
    display:block;
}


.picture_located{
    text-align:left;
    padding-top:8px;
    padding-left:42px;
    padding-bottom:8px;
    border-bottom: solid 1px #ddd;
    position:relative;
}
.picture_located:before{
    content:"";
    position:absolute;
    width:30px;
    height:30px;
    background-image: url(/files/Images/layout/icons/sprite.png);
    background-image: url(/files/Images/layout/icons/sprite.svg),none;
    background-repeat: no-repeat;
    background-position: -60px 0px;
    left:8px;
    top:3px;
}
.picture_located.not_located_icon:before{
    background-position: -90px 0px !important;    
}

/*.located_icon{
    width:18px;
    height:18px;
    box-sizing: border-box;
}*/

.picture_stats{
    text-align:left;
    padding-top:4px;   
    padding-bottom:4px;   
    position:relative;
    text-align: right;

}


.picture_stats .favorite_icon a{
    display:block;
    width:100%;
    height:100%;
}


.picture_stats .favorite_icon{
    background-image: url(/files/Images/layout/icons/sprite.png);
    background-image: url(/files/Images/layout/icons/sprite.svg),none;
    background-repeat: no-repeat;
    background-position: -271px -1px;
    background-color:white;
    height:30px;
    width:30px;     
    border:1px solid transparent;
    border-radius: 2px;
    position:absolute;
    right:6px;
    top:6px;
    /*padding:1px;*/
    box-sizing:border-box;
    box-shadow:none;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.3s ease;
}
.picture_stats .favorite_icon:hover, .picture_stats .stat_icon:hover , .picture_stats .stat_icon:hover .like_icon{
    background-color:#eee;
}

.index_item:hover .picture_stats .favorite_icon, 
.index_item:hover .picture_stats .stat_icon{ 
    /*background-position: 0% 100%;*/
    background-position: -241px -1px;
    border:solid 1px #ddd;
}
.picture_stats .favorite_icon.not_logged{
    /*background-position: 100% 100% !important;   */
    background-position: -271px -1px !important;
    border:1px solid transparent;
    cursor:default;
}


.index_item:hover .picture_stats .like_icon, .index_item:hover .picture_stats .stat_icon span{
    /*background-position: 0% 100%;*/
    background-position: -120px -1px;
    color:#55AE56;
} 

.picture_stats > .added_to{
    background-color: #55ae56;
    color: white;
    display: block;
    font-size: 9px;
    padding: 3px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: -20px;
    display:none;
}
.picture_stats > .stat_icon{

    cursor: pointer;
    display:inline-block;
    border:solid 1px white;
    box-sizing:border-box;
    height:30px;
    overflow:hidden;
    border-radius: 2px;
    margin-right:46px;
    margin-top:2px;
    -webkit-transition: background-color 0.3s ease; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.3s ease;
}
.picture_stats > .stat_icon span, .picture_stats > .stat_icon_comment span{
    line-height:28px;   
    padding-left:3px;
    padding-right:3px;
    color:#ddd;
}
.picture_stats > .stat_icon span{
     cursor: pointer;   
}

.picture_stats .like_icon{
    background-image: url(/files/Images/layout/icons/sprite.png);
    background-image: url(/files/Images/layout/icons/sprite.svg),none;
    background-repeat: no-repeat;
    background-position: -150px -1px;
    height:30px;
    width:30px; 
    background-repeat: no-repeat;
    float:left;
    border:none;
    background-color:white;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.3s ease;
}

.picture_stats div.like_icon{
    /*background-position: 100% 100% !important;*/
    background-position: -150px -1px !important;
}

.picture_stats .form{float:left;}
.picture_stats .comment_icon{
    background-image: url(/files/Images/layout/icons/sprite.png);
    background-image: url(/files/Images/layout/icons/sprite.svg),none;
    background-position: -180px 0px;
    height:30px;
    width:30px; 
    margin-top:2px;
    box-sizing:border-box;
    background-repeat: no-repeat;
    float:left;
}
.picture_stats > .stat_icon_comment{
    display:inline-block;
    float:left;
    border:solid 1px white;
    border-radius: 2px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top:2px;
}

#cropContainerHeader {
    width: 200px;
    height: 150px;
    position:relative; /* or fixed or absolute */
}
.picture_index{
    position:relative;
}

.picture_headline .country_description{
    font-size: 11px;    
}

.picture_headline p{
     color:white;   
     font-size:14px !important;
     font-weight:600;
}
.picture_headline .country_headline{
    border-bottom: 1px solid #55ae56;
    border-bottom: 1px solid white;
    padding-bottom:4px;
    margin-bottom: 0;
    text-transform: uppercase;   
    font-family: 'Asap', sans-serif; 
         font-size:20px !important;
}


.picture_headline {
    background-color: rgba(255, 255, 255, 0.7);
    background-color: rgba(34,66,32, 0.7);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    top:0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    opacity:0;
    -webkit-transition: all 0.3s ease; /* For Safari 3.1 to 6.0 */
    transition: all 0.3s ease;
}
.google_maps_container .picture_headline {
    font-family: "Open Sans",​sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.google_maps_container{
    /*padding:10px;*/
    margin-bottom:25px;
    height:100%;
}
.world .google_maps_container{
    /*padding-top:100px;*/
    margin-bottom:0px;
}
.info_text{
    font-size:14px !important;
    text-align:center;
}

.picture_headline:hover{
    opacity:1;   
}

.jscroll-loading{
    text-align: center;
}

#country_dropdown{
    width:100%;
    height:43px
    box-sizing:border-box;
    padding:10px;
    font-family:inherit;
    font-size:16px;
    color:#777;
    border: 1px solid #CCC;
    margin-top:10px;
}
#main.world{
    max-width:100%;
    height:100%;
    padding: 100px 0px 0px;
    box-sizing:border-box;
    margin-bottom:-40px;
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.world #country_dropdown{
    border: none;    
    display:block;
    position:absolute;
    top:104px;
    z-index:9;
    left:10px;
    border-radius:2px;
}

.world_country_dropdown{
    max-width:200px;
}

.main.container{
    height:100%;
}

.centered-div{
    position:absolute;
    top:45%;
    z-index:100;
    text-align:center;
    width:576px;
    line-height:50px;
    height:50px;
    max-width: 576px;
    left:calc(50% - 288px);
    background-color: rgba(255,255,255,0.8);  
}
.centered-div h3{
    line-height:50px;
}


/* filter */

.scroll_top a{
   background-image: url(/files/Images/layout/icons/sprite.png);    
    background-image: url(/files/Images/layout/icons/sprite.svg),none;    
   background-position:-60px -60px;
   background-repeat:no-repeat;
}
.scroll_top{
    background-color: #ddd;
    padding:5px;
    height:35px;
    position:fixed;
    width:30px;
    bottom:45px;
    right:-35px;
    cursor:pointer;
    visibility:hidden;
    opacity:0;
    -moz-border-radius-topleft:  4px;  /* Firefox bis Version 3.6 */
    -webkit-border-top-left-radius: 4px;  /* Safari, Chrome (vor WebKit Version 533) */
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft:  4px;  /* Firefox bis Version 3.6 */
    -webkit-border-bottom-left-radius: 4px;  /* Safari, Chrome (vor WebKit Version 533) */
    border-bottom-left-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}  
.scroll_top:hover{
    background-color:#55AE56;
    /*color:#55AE56;*/
}
.show_icon{
    opacity:1;
    right:0;
    visibility:visible;
}
.scroll_top a{
    display:block;
    width:100%;
    height:100%;
} 

#filter{ 
    position:fixed;
    right: calc(50% - 588px);
    width:276px;
    /*height:238px;*/
    top:120px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}
#show-filter{
    margin-top:3px;
    height:24px;
    margin-bottom: -12px;
    position:relative;
    box-sizing:border-box;
    display:none;
    cursor:pointer;
}

#show-filter .arrow{
    background-image:url(/files/Images/layout/icons/sprite.png);
    background-image:url(/files/Images/layout/icons/sprite.svg), none;
    background-color:#55AE56;
    background-position:-33px -62px ;
    background-repeat:no-repeat;
    position:absolute;
    left:calc(50% - 13px);
    height:24px;
    width:24px;

}
#show-filter:hover .arrow{
        background-color:#224220; 
}
.sidebar{
    background-color:white;
    margin-top:10px;
    border-radius: 4px;
    padding:10px;
    box-sizing:border-box;
    font-size:small;
    color:#aaa;
}

.sidebar #input-search{
    margin-bottom:10px;
    padding:3px;
    padding-left:8px;
    border:none;
    background-color:#eee;
    height: 25px;
    width:100%;
}
.sidebar #input-search:focus{
    color:black;
}

hr{
    margin:0;
    margin-bottom:5px;
}

.place_order{
    line-height:25px;
    font-size:15px;
}
.place_order a.active{
    color:#224220;
}


/* Form */
 
::-ms-reveal {
    display:none !important;
}

#search_form{
    overflow:hidden;
}

.form{margin-bottom:0;}

.form input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0px 5px 18px 0px;
}

.form-standard input, .form textarea{
    /*border:1px solid #55AE56;*/
    background-color: #F8F8F8;
border: 1px solid #ddd;
/*border-radius: 3px;*/
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.form-standard input:focus, .form textarea:focus{
    background-color:#55AE56;
    color:white;
    border:none;
}

.form-standard textarea {
    height: auto !important;
    resize: none !important;
    background-color: #F8F8F8;
    border: 1px solid #ddd;
}

.form-standard textarea:focus {
    background-color:#55AE56;
    color:white;
    border:none;
}

.send_message {
    width: 100%;
}

p.success {
    width: 100%;
    text-align: center;
    background: green;
    padding: 10px 0;
}

.image-rules {
    position: relative;
    width: 100%;
}

.hideShowPassword-toggle {
    background-image: url(/files/Images/layout/icons/wink.png);
    background-image: url(/files/Images/layout/icons/wink.svg),none;
    background-size:200% auto;
    background-position: 100% center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    text-indent: -9999em;
    width: 44px;
}

.hideShowPassword-wrapper input{
    margin-bottom:10px !important;
}

.hideShowPassword-toggle-hide {
    background-position: 0% center;
}
#passwort_reset_form > div{
    margin-bottom:5px;
}
#passwort_reset_form > div.submit_container{
    margin:0;   
}

#country_form{
    display:none;
}


#comment_form, #submit_form, .form-standard{
    margin-bottom:0;
    font-size:13px;
}

#comment_form input, #comment_form textarea, #submit_form input, .form-standard input,  .form-standard textarea{
    font-family:inherit;
    font-size:12px;
    width:100%;
    margin-top:3px;
    margin-bottom:6px;
    padding:3px;
    padding-left:6px;
    height:90px;
    box-sizing:border-box;
    resize:vertical;
}
.form-standard .submit_container{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;    
}

#picture_upload_submit{
    margin-top:20px !important;
}

#comment_form input, #submit_form input, .form-standard input,  .form-standard textarea{
    height:28px;
    padding:3px;
    padding-left:6px;
    box-sizing:border-box;
}

.submit_form .submit{
    margin-top:10px;   
}
.button{
    background-color: #55ae56;
    background-color: rgba(85,174,86,1) !important;
    border: medium none !important;
    color: white;
    font-weight: bold;
    height: 30px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom:0 !important;
    cursor:pointer;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.button:hover{
    
    background-color: #224220 !important; 
}

ul{list-style:none;}
ul > li::before {
    content: "-";
    margin-left: -8px;
    position: absolute;
}

.checkbox-item{
    margin-top:10px;
    margin-bottom:10px;
}

.checkbox-item span label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
  line-height:25px;
  font-size: 13px;
}
.checkbox-item span label:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 18px;
  position: absolute;
  left: 0;
  bottom: 0px;
    background-color: #fff;
    border: 1px solid #DDD;
  -webkit-transition: background-color 0.2s ease 0s;
  -moz-transition: background-color 0.2s ease 0s;
  -o-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}
.checkbox-item span input[type="checkbox"]:checked + label::before {
    content: "✓";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    background-color: #55AE56;
    color: #fff;
    text-align: center;
    line-height: 21px;
  border: 1px solid #55AE56;
}
.checkbox-item span input[type="checkbox"]:hover, .checkbox-item span label:hover::before {
  background-color: #55AE56;
  color: #fff;
  border: 1px solid #55AE56;
}
.checkbox-item span input[type="checkbox"] {
  display: none;
}


.upload-selections{
    display:inline-block;
    width:100%;
    margin-bottom: 15px;   
    text-align:center; 
}
.upload-selections > div{
    width:48%;
    float:left;   
    margin:1%;
    box-sizing:border-box;
    background-color:#224220;
    /*border:1px solid #ddd;*/
    border-radius:3px;
    min-height:108px;
    padding:10px;
    padding-top:70px;
    font-family: 'Asap', sans-serif; 
    font-weight:400;
    font-size:14px;
    color:white;
    text-transform:uppercase;
    line-height:28px;
    position:relative;
    -webkit-transition: background-color 0.15s;
    -moz-transition: background-color 0.15s;
    -ms-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    transition: background-color 0.15s;
}
.upload-selections > .upload_local{
    cursor:pointer;  
    margin-left:0; 
}
.upload-selections > .upload_url{
    margin-right:0; 
}
.upload-selections > .upload_local:hover{
    background:#55AE56 !important;   
}
.upload-selections > .upload_url:hover input, input#crop_button:focus{
    background:#55AE56 !important;   
}

.upload-selections > div:before{
    content:"";
    background-image:url(/files/Images/layout/icons/sprite.png);
    background-image:url(/files/Images/layout/icons/sprite.svg), none;
    background-repeat:no-repeat;
    background-size:1000% 400%;
    background-position:0% 33%; 
    height:50px;
    width:50px;
    position:absolute;
    top:10px;
    left:calc(50% - 25px);
}
.upload-selections > .upload_local:before{
    background-position:11% 33%;  
}
#crop_button{
    width:100%;
    background-color:transparent;
    border:1px solid white;
    font-family: 'Asap', sans-serif; 
    font-weight:400;
    font-size:14px;
    padding:3px;
    padding-left:6px;
    color:white;
    box-sizing:border-box;
}
#croppic .cropControlUpload{
    display:none;   
}

.crop-container{
    padding-top:10%;
    padding-bottom:10%;
background-color: #F8F8F8;
margin-top:3px;
border: 1px solid rgb(221, 221, 221);
box-sizing:border-box;
}

#place-container{
    background-image:url(/files/Images/layout/place-container.png);
    background-image:url(/files/Images/layout/place-container.svg),none;
    background-size: cover;
    width: 280px;
    height: 80px;
    background-color:white;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    margin: 0 auto;
}

#place-container-favorite{
    background-image: url("/files/Images/layout/place-container.png");
    background-image: url("/files/Images/layout/place-container.svg"), none;
    background-size: 100%;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    margin: 0px auto;
    height: 70px;
    bottom: 0;
    position: absolute;
    border-top: 1px solid #DDD;
}

/*login*/

.login-options{
    margin-top:20px !important;
    margin-bottom:50px !important;
    
}
.login-options div{
    padding:3px;   
}

.message-text{
    margin-bottom:20px;
}



/* Detail-Seite */

.prev_next{
    z-index:9;
    position:absolute;
    width:30px;
    height:40px;
    background-color:#55AE56; 
    top: 140px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.prev_next:hover{
    background-color:#224220 ; 
}

.place_next{
    left:0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.place_next:hover{
    width:40px;
}
.place_prev{
    right:0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.place_prev:hover{
    width:40px;
}
.prev_next a{
    display:block;
    width:100%;
    height:100%;
    position:relative;
}
.prev_next a:before{
    content:"";
    background-image: url("/files/Images/layout/icons/sprite.png");
    background-image: url("/files/Images/layout/icons/sprite.svg"), none;   
    width:30px;
    height:30px;   
    position:absolute;
    top:5px;
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
    
.place_prev a:before{
    background-position:-238px -90px;
    right:0px;
}
.place_prev:hover a:before{
    right:5px;
}
.place_next a:before{
    background-position:-211px -90px;
    left:0px;
}
.place_next:hover a:before{
    left:5px;
}


.view_picture_stats{
    background-color: white;
    overflow:hidden;
    position: absolute;
    left: 0;
    max-height:0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-top:0;
    padding-bottom:0px;
    box-sizing:border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.detail-image:hover .view_picture_stats{
    max-height:50px;
    padding-bottom:4px;
    padding-top:0px;
}

.view_picture_stats .favorite_icon, 
.view_picture_stats .stat_icon{ 
    background-position: -241px -1px !important;
    border:solid 1px #ddd;
}
.view_picture_stats .favorite_icon.not_logged{
    background-position: -271px -1px !important;  
    border:none;
}


.view_picture_stats .like_icon, .view_picture_stats .stat_icon span{
    background-position: -120px -1px;
    color:#55AE56;
} 

.view_picture_stats > .picture_stats > .added_to{
    right: 40px !important;
    top: 10px !important;
}

.detail-column{
    margin:1%;
    float:left;
}

.left-detail{
    margin-left:0;
     width:24%;
}
.left-wide{
    margin-left:0;
    width:74%;    
}
.center-detail{
     width:48%;
}
.right-detail{
     width:24%;
     margin-right:0;
}


.detail-headline{
    width:100%;
    min-height:40px;
    text-align:center;
    position:relative;
    padding:6px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing:border-box;
}

.green{
    color:#55ae56;
}
.red{
    color: red;
}
.background-red{
    background-color: red !important;
}

.detail-headline h1{
    margin:0;
}
.user .detail-headline h1{
    line-height:40px;
}
.detail-headline p{
    margin:3px;
       font-family: 'Asap', sans-serif; 
   font-weight:400;
   font-size:15px;
}


.detail-image img{
    width:100%;   
}

.half-width{
    width:50%;
}

.background-white{
    background-color:white;
}


.google_maps_container .save_marker{
    height:40px;
    padding:8px;
    box-sizing: border-box;
}


.view #map_canvas{
    width:100%; 
    height:450px;
    margin-bottom:15px;
}
.world #map_canvas{
    height:100%;
    margin:0;
}

.place_data p{
    margin:0;
}
.place_data p{
    margin-bottom:7px;
}

.detail-container{
    position:relative; 
    padding:15px;
    box-sizing:border-box;
    margin-bottom: 10px;  
    background-color:white;  
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0px 1px 3px -2px #777;
    box-shadow: 0px 1px 3px -2px #BEBEBE;
}

/* Comment */

/*.detail-comment-form{
    padding:4%;
    box-sizing:border-box;   
    margin-bottom:10px; 
    position: relative;
}*/
.detail-comment-posts.selected{
    background-color:rgba(85, 174, 86, 0.1);
}

.detail-comment-form h2{
    margin-top:0; 
}

.detail-comment-posts{
    
    box-sizing:border-box;    
    font-size:12px;
    position:relative;
}


.detail-comment-posts .single_comment{
    border-bottom: solid 1px #ddd;
    box-sizing: border-box;
    padding: 15px;
}
.user .detail-comment-posts .single_comment{
    padding-left:0;   
    padding-right:0;   
}

.detail-comment-posts .comment-username{
    text-align: left;
    font-weight:bold;
}

.detail-comment-posts .date_since{
    float:right;
}

.detail-comment-posts .vote{
 
    position:absolute;
    right:7px;
    margin-top:5px;
    text-align: center;

}
.detail-comment-posts-container div:last-child{
     border-bottom:none;
     padding-bottom:0;
}

.detail-comment-posts .form{
    margin-bottom:0;
}

.detail-comment-posts .comment-text{
        min-height:34px;
        padding-right: 30px;
}

.detail-comment-posts .vote-count{
    padding:3px;
    font-weight: bold;
}

.detail-comment-posts .vote input, .voted_up, .voted_down{
    border:none;
    background-color:#ddd;
    background-image:url(/files/Images/layout/icons/comment_vote.png);
    background-image:url(/files/Images/layout/icons/comment_vote.svg), none;
    width:17px;
    height:17px;
    box-sizing:border-box;
    padding:0;
    margin-top:2px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.detail-comment-posts .voted_down{
    background-position: 100% 0%;    
}

.detail-comment-posts .submit_down{

    background-position: 100% 0%;
    cursor:pointer;
}
.detail-comment-posts .submit_up{
    cursor:pointer;
}
.detail-comment-posts .single_comment:hover .submit_up{
    background-color: #55ae56;
}
.detail-comment-posts .single_comment:hover .submit_down{
    background-color: red;
}

.marked-comment{
    background-color: rgba(85,174,86,0.05);
    border: 1px solid rgba(85,174,86,1) !important;
    box-sizing:border-box;
}


/* User */


.user .page-info-statistics > div{
    width:20%;   
}

.user .page-info-statistics > div:before{
    background-image: url(/files/Images/layout/icons/sprite.png);
    background-image: url(/files/Images/layout/icons/sprite.svg),none; 
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    background-size:none !important;
}

#main.user{
    padding-top:20px;
}

.page-info-statistics .successfully_located:before{
    background-position: -60px 0px;
}
.page-info-statistics .user_status:before{
    background-position: -60px -30px;  
}
.page-info-statistics .user_status.Guide:before{
    background-position: -90px -30px;   
}
.page-info-statistics .user_status.Globetrotter:before{
    background-position: -120px -30px;  
}

.page-info-statistics .total_comments:before{
    background-position: -210px -0px;  
}
.page-info-statistics .likes_comments:before{
    background-position: -120px -0px;  
}
.page-info-statistics .favorites_count:before{
    background-position: -240px -0px;    
}





.delete_favorite{
    display:none;
    background-image:url(/files/Images/layout/icons/sprite.png);
    background-image:url(/files/Images/layout/icons/sprite.svg), none;
    background-position:-155px -35px;
    display:none;
    position:absolute;
    top:10px;
    right:10px;
    width:20px;
    height:20px;
    z-index: 9;
    border:none !important;
    background-color:transparent !important;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.index_item:hover .delete_favorite{
    display:block;
}
.delete_favorite:hover{
    background-color:red !important;   
}

.left-detail .detail-image{
    padding:15px; 
    overflow:hidden;
    margin-bottom:10px;
    position:relative;
}
.user .left-detail .detail-image{
    text-align:center;
}
.user .left-detail .detail-image img{
    max-width:100%;
    max-width:258px;
    height:auto;
}
.user .left-detail .user_data{
     padding:15px;
     position:relative;
     margin-bottom:10px;
}
.user .left-detail .user_data p{
    margin:0;
     margin-bottom:10px;
     font-size:14px;
}
.user .left-detail .user_data p:last-of-type{
    margin-bottom:0;
}
.user .center_favorits{
    width:100%;
}
.user .center_favorits .index_item .picture_index img{
    height:176px;   
}
.user .center_favorits .index_item{
    width:249px;
    height:259px;
    border:solid 1px #ddd;
    box-sizing:border-box;
    margin:10px;
}
.user .latest_located{
    display:inline-block;
}

hr{
     border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.3);   
}


a.edit_userdata{
    position:absolute;
    right:10px;
    top:6px;
    width:30px;
    height:30px;
    padding:10px;
    display:block;
    background-image: url(/files/Images/layout/icons/sprite.png);
    background-image: url(/files/Images/layout/icons/sprite.svg),none; 
    background-position: -180px -30px;  
    border-radius:9px;
    background-repeat:no-repeat;
    box-sizing:border-box;
    cursor:pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.edit_userdata:hover{
    background-color:#eee;
}


a.edit_userdata.go_back_to_view{
    background-position: -30px 0px;      
}

.user .confirm_notify{
    width:100%;
}

/*Modify User*/

.modify_userdata{
    height:200px;
    display:none;
}

.user_modify .delete_my_account{
    text-align:right;
    margin-top:0;
    font-size:12px;
}

.modify_center h1{
    margin-top:0;
    font-size:25px;
    margin-bottom:25px;
}
.modify_center > div{
    padding-bottom:50px;
    min-height: 284px;
}



/*Pagination*/

.pagination_wrapper{
    text-align: center;
    margin:0 auto;
}
.pagination_wrapper .pagination{
    display:inline-block;
    width:45px;
    height:45px;
    /*float:left;*/
    background-color:#55AE56;
    border-radius:50%;
    margin:5px;
    font-weight:bold;

}
.pagination_wrapper .pagination a, .pagination_wrapper .pagination span{
    line-height:45px;
    width:45px;
    height:45px;
    color:white;
    display:block;    
    border-radius:50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pagination_wrapper .pagination span{
    color:#224220;
}
.pagination_wrapper .pagination span:hover{
    color:white;
}
.pagination_wrapper .active.pagination{
    background-color:#eee;
}
.pagination_wrapper .pagination:hover, .pagination_wrapper .pagination:hover a{
    background-color:#224220;    
    color:white;
    border-radius:50%;
}



/*statistics*/

.page-info-statistics{

    position:relative;   
    margin-bottom:30px;
    display: inline-block;
    width: 100%;
    /*padding-bottom:20px;*/

}

.page-info-statistics > div{
    padding-top:55px;
    width:25%;   
    float:left;
    text-align: center;
    color:black;
    padding-left:15px;
    box-sizing:border-box;
    padding-right:15px;
    line-height:18px;
    font-family: 'Asap', sans-serif; 
    font-weight:300;
    position:relative;
    border-right:1px solid #ccc;
}
.page-info-statistics > div:last-child{
    border-right:none;   
}
.page-info-statistics > div:before{
    content:"";
    background-image: url(/files/Images/layout/icons/sprite.png);
    background-image: url(/files/Images/layout/icons/sprite.svg),none;  
    height:30px;
    width:30px;
    position:absolute;
    left:calc(50% - 15px);
    top:12px;
    background-position:0px 0px;
}
.page-info-statistics .total-places:before{
    background-position:-30px 0px; 
}
.page-info-statistics .total-located:before{
    background-position:-60px 0px;
}
.page-info-statistics .total-not-located:before{
    background-position:-90px 0px;
}


.contributors{
    text-align: center;

}

.centered-container-small{
    margin:0 auto;   
    max-width:576px;
}



table{
    width:100%;
    text-align:center;
    font-family: 'Asap', sans-serif; 
    font-weight:300;
    margin-top:40px;
    border-spacing: 0;
    border-collapse: collapse;

}
table tr{
    border-bottom:solid 1px #ddd;
}
table tr:last-child{
    border-bottom:none;
}
.contributors-list table td{
    padding:8px;
    text-align:center;
}

.contributors-list table td a:hover{
    color:black;
}

.contributors-list table .column-description td{
    background-color:transparent !important;
    position:relative;
    font-size: 17px;
    text-align:center !important;
    padding-bottom:10px;
    border-bottom:3px solid #55AE56;    


}

.column-description td:before{
    content:"";
    background-image: url(/files/Images/layout/icons/sprite.png);
    background-image: url(/files/Images/layout/icons/sprite.svg),none; 
    background-position:0px 0px;
    height:30px;
    width:30px;
    position:absolute;
    left:calc(50% - 15px);
    top:-30px;    
}

.column-description #column-1:before{
    background-position:0px 0px;
}
.column-description #column-2:before{
    background-position:-60px 0px;
}
.column-description #column-3:before{
    background-position:-210px 0px; 
}
.column-description #column-4:before{
    background-position:-120px 0px;
}

/*Modify place*/

.modify select{
    width:100%;
}

.product_list img{
    width:100%;
    height:auto;
}
.product_list span{
    color:#224220;
    font-size:13px;   
}
.product_list h3{
    margin-bottom:10px;
}
.product_list a > h3{
    color:green !important;
}

.modify .get_country{
    width: 20px;
    height: 20px;
    background-image: url(/files/Images/layout/icons/croppericons.png);
    background-image: url(/files/Images/layout/icons/croppericons.svg),none;  
    background-position:200% 100%;
    background-size:900% 100%;
    position: absolute;
    right: 19px;
    bottom: 76px;
    cursor:pointer;
    border:none;
}
.modify .get_country:hover{
    background-color:#ddd;   
}

.modify .place_data section{
    position:relative;
}
.modify .place_data form{
    position:absolute;
    right:0;
    top:0;
}
.modify .place_data form{
    position:absolute;
    right:0;
    top:0;
}

.modify .comment_delete_form{
    text-align:right;
    margin-right:-8px;
    margin-bottom:20px;
}

.delete_submit{
    color:red;
    background-color:none;   
    border:none !important;
    width:30px;
    cursor:pointer;
}
.delete_submit:hover{
    background-color:red;
    color:white;
}
#located_comment_form{
    float:left;
}
.located_comment_submit{
    color:white;
    background-color:#55AE56 !important;   
    border:none !important;
    width:30px;
    cursor:pointer;
    float:left;
    text-align:center;
}
.located_comment_submit:hover{
    background-color:#224220 !important;  
    color:white;
}



.delete_place{
    background-color:red !important;   
    cursor:pointer;
}
.delete_place:hover{
    background-color:black;
    color:white;
}

/*Standard classes*/


.addthis_sharing_toolbox{
    display:block;
    float:left;
    margin-left:-2px;
    margin-top:-1px;
}


.align-right{
    text-align:right;
}

.fb-like{
    margin-top:-6px;
}

.instagram-icon{
    display:block;
    width:20px;
    height:20px;
    padding:0;
    margin-right:10px;
    background-image: url(/files/Images/layout/icons/sprite.png);
    background-image: url(/files/Images/layout/icons/sprite.svg),none; 
    padding-bottom: 9px;
    background-repeat: no-repeat;
    background-position: -274px -35px;
    margin-top:2px;  
}

.facebook-icon{
    display:block;
    width:20px;
    height:20px;
    padding:0;
    margin-right:10px;
    background-image: url(/files/Images/layout/icons/sprite.png);
    background-image: url(/files/Images/layout/icons/sprite.svg),none; 
    padding-bottom: 9px;
    background-repeat: no-repeat;
    background-position: -215px -35px;
    margin-top:2px;  
}
.twitter-icon{
    background-image: url(/files/Images/layout/icons/sprite.png);
    background-image: url(/files/Images/layout/icons/sprite.svg),none;     
    background-position: -245px -35px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.button-link{
    color:white;
    line-height:28px;
    display:block;
}
.button-link:hover{
    color:white;
}

.verlauf{
background: #1e351a; /* Old browsers */
background: -moz-linear-gradient(top,  #1e351a 0%, #284924 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e351a), color-stop(100%,#284924)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e351a 0%,#284924 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e351a 0%,#284924 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e351a 0%,#284924 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e351a 0%,#284924 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e351a', endColorstr='#284924',GradientType=0 ); /* IE6-9 */

}

.default_background{
    background-image: url(/files/Images/layout/landscape_placeholder.png);
    background-image: url(/files/Images/layout/landscape_placeholder.svg),none; 
    background-color: #ddd;
    background-size: cover;
}
.default_background{
    height:196px;
}
.view .default_background{
    height:370px;
}


.dark-green-font{
    color:#2D5429;
}
.dark-green{
    background-color:#2D5429 !important;
}
.dark-grey{
    background-color:#ddd;
}
.dark-color{
     background-color:#1E351A  !important;   
}
.background-grey{
     background-color:#ddd;   
}
.background-light-grey{
    background-color: #F9F9F9;
}
.small-padding{
    padding-top:20px !important;
}
.small-margin{
    margin-top:15px;
}
.big-margin{
    margin-top:50px;
}

.border-bottom{
    border-bottom:solid 1px grey;
}
.border-top{
    border-top:solid 1px grey;
}

.no-margin{
    margin:0;
}

.color{
background: #55ae56; /* Old browsers */
background: -moz-linear-gradient(top,  #55ae56 0%, #1e351a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55ae56), color-stop(100%,#1e351a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #55ae56 0%,#1e351a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #55ae56 0%,#1e351a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #55ae56 0%,#1e351a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #55ae56 0%,#1e351a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ae56', endColorstr='#1e351a',GradientType=0 ); /* IE6-9 */

}

.text-center{
    text-align:center;
}

#edit_place{
    /*top:73%;
    right:3px;*/
    position:absolute;
    right:5px;
    
}

.message_container{
    margin-bottom:25px;
}

.accordion{
    margin-top:30px;
    min-height: 28px;
    padding: 3px 3px 3px 6px;
    box-sizing: border-box;
    background-color: #F8F8F8;
    border: 1px solid #DDD;
    transition: all 0.1s ease 0s;
    position:relative;
}  
.accordion dt a {
  display:block;
  width:100%;
}      


.accordion dt a:after {
    border-top:11px solid #55AE56;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    width:0;
    height:0;
    position:absolute;
    right:5px;
    top:8px;
    content:"";
    display:block;
}
.accordion dt a:hover:after {    
    border-top:11px solid #224220 ;
    }
.accordion dd{
    display:block;
}
.manditory{
    color:#55AE56 !important;
}
    
    
/*mobile menu icon*/
#mobile-nav{
    display:none;
    position:fixed;
    top:12px;
    left:20px;
    z-index:100;
}
#nav-toggle{
    display:block;
    width:25px;
    height:18px;
    padding:5px;
    background-color: rgba(85,174,86,0.4);
}


#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 25px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span {
  top: 12px;
}
#nav-toggle span:before {
  top: -7px;
}
#nav-toggle span:after {
  bottom: -7px; 
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
    -moz-transform: rotate(45deg);  /* FF3.5/3.6 */
    -o-transform: rotate(45deg);  /* Opera 10.5 */
    -webkit-transform: rotate(45deg);  /* Saf3.1+ */
    transform: rotate(45deg);  /* Newer browsers (incl IE9) */
}
#nav-toggle.active span:after {
    -moz-transform: rotate(-45deg);  /* FF3.5/3.6 */
    -o-transform: rotate(-45deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-45deg);  /* Saf3.1+ */
    transform: rotate(-45deg);  /* Newer browsers (incl IE9) */
}

p.advertisement{
    margin: 0px;
    font-size: 10px;
    position: absolute;
    left: calc(50% - 35px);
    bottom: 0px;
}

.advertisement-wrapper{
    overflow: hidden;
}
.advertisement-wrapper img{
    text-align: center;
}

/*admin*/

.facebook-autopost img{
    width:100%;
    height:auto;
}

.admin-table td{
    text-align:left !Important;
}
.admin-table .column-description td{
    text-align:center !Important;
}

.preview-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #55AE56;
    color: white;
    padding: 2px 5px;
    font-family: inherit;
}

input.accept_place {
    background-image: url(/files/Images/layout/icons/accept.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: white;
    position: absolute;
    top: 5px;
    right: 70px;
    cursor: pointer;
    border-radius: 9px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input.accept_place:hover {
    background-color: #eee;
}

input.remove_place {
    background-image: url(/files/Images/layout/icons/remove.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: white;
    position: absolute;
    top: 5px;
    right: 38px;
    cursor: pointer;
    border-radius: 9px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input.remove_place:hover {
    background-color: #eee;
}

/* buymeacoffee Button Styling */
.buymeacoffee {
	height: 280px;
}
.bmc-button img{
	height: 34px !important;
	width: 35px !important;
	margin-bottom: 1px !important;
	box-shadow: none !important;
	border: none !important;
	vertical-align: middle !important;
}
.bmc-button-container {
	padding-top: 15px;
	text-align: center;
}
.bmc-button{
	margin: 0 auto !important;
	padding: 7px 15px 7px 10px !important;
	line-height: 35px !important;
	height: 51px !important;
	text-decoration: none !important;
	display: inline-flex !important;
	justify-content: space-between;
	
	color: #FFFFFF !important;
	background-color: #397738 !important; /* Button Farbe */
	border-radius: 5px !important;
	border: 1px solid transparent !important;
	padding: 7px 15px 7px 10px !important;
	font-size: 22px !important;
	font-family: 'Asap', sans-serif !important;
	letter-spacing: 0.6px !important;
	
    box-sizing: border-box;
}
.bmc-button span {
	margin-left: 10px;
}
.bmc-button:hover,
.bmc-button:active,
.bmc-button:focus {
	opacity: 0.85 !important;
	color: #FFFFFF !important;
}

@media screen and (max-width: 1240px) {
  ::selection {
    background: #55AE56;
    color: white;
  }

  ::-moz-selection {
    background: #55AE56;
    color: white;
  }

  img::selection {
    background: transparent;
  }

  img::-moz-selection {
    background: transparent;
  }

  body {
    -webkit-tap-highlight-color: #55AE56;
    color: black;
  }
  #filter{
      right:30px;
  }
}

@media screen and (max-width: 920px) {
    
    .view_picture_stats{
        position: relative;
        max-height:50px;
        padding:0;
        margin-top:-8px;
    }
    .detail-image:hover .view_picture_stats{
        padding:0;
    }
    
    
    .detail-comment-posts .single_comment .submit_up{
        background-color: #55ae56;
    }
    .detail-comment-posts .single_comment .submit_down{
        background-color: red;
    }
    
    
    .fullwidth .description h1{
        font-size:33px;
    }     
    .fullwidth .description a{
        font-size:20px;
        line-height:26px;
    }
    
    .left-detail{
        margin-left:1%;
    }
    .right-detail{
        width:98%;
        
    }
    .center-detail{
        width:72%;
    }
    .left-wide{
        width:98%;
        margin:1%;
    }
    .index_item .picture_stats .favorite_icon, 
    .index_item .picture_stats .stat_icon{ 
        background-position: -241px -1px;
        border:solid 1px #ddd;
    }
    .picture_stats .favorite_icon.not_logged{
        background-position: -271px -1px !important;   
    }
    
    
    .index_item .picture_stats .like_icon, .index_item .picture_stats .stat_icon span{
        background-position: -120px -1px;
        color:#55AE56;
    } 
}

@media screen and (max-width: 800px) {
        .prev_next{
           top: 80px;
        }
        .delete_favorite{
            display:block;   
        }
    
        #main.world{
            padding-top:57px;
        }
        .fullscreen-grey{
            padding-top:57px;
        }
        #main{
            padding-top:60px;
        }
       header{
           height:auto;
           min-height: 58px;
       }
       nav a{
           float:none;
           padding-left:20px;
           padding-right:20px;
           padding-top:5px;
       }
       .main_nav{
           text-align:left;
           padding:0;
           margin-top: -400px;
           -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
          
            
       }
       .login-nav{
           float:none;
       }
       nav a:hover, nav .active{
           background-color: rgba(85,174,86,0.4);
       }
        .fullwidth .description h1{
            display:none;
        }     
        .fullwidth .description a{
            display:none;
        }
        #mobile-nav{
            display:inline-block;
        }
        #filter{
          right:20px;
          left:80px;
          width:auto;
          top:60px;
        }
        header.smaller{
            top: -63px;
        }
        header.smaller .main-nav{
            margin-top:75px;   
        }
        #filter.move_top{
            top: -277px;
        }
        #show-filter{
            height:34px;
        }
        .filter-open{
            top: 0px !important;
        }
        #show-filter .arrow{
            top:5px;
        }
        
        
        .verlauf{
           border:none;
        }
        .nav-open{
            margin-top:20px;
        }
        header.smaller .nav-open{
            margin-top:75px !important;   
        }
        .page-info{
            left:20px;
        }
        
            .left-detail{
        width:98%;
        margin-left:1%;
        }    
        .right-detail{
            width:98%;
            margin-right:1%;
        }
        .center-detail{
            width:98%;
        }
        .centered-container-small{
            max-width:100%;
        }
        
        .social-button{
            position:absolute;
            top:15px;
            right:15px;
            border:none;
        }
        .social-button.twitter-icon{
            right:45px;
        }
        .social-button:hover{
            border:none;
        }
        
        .flexslider{
            display:none;
        }
}


@media screen and (max-width: 650px) {
    

    .page-info-statistics > div{
        font-size:14px;
        line-height:16px;
    }
    #fb-root{
        display:none;
    }
}

@media screen and (max-width: 470px) {
    
    .page-info-statistics > div, .user .page-info-statistics > div{
        font-size:14px;
        line-height:16px;
        width:50%;
        margin-top: 5px;
    }
    .page-info-statistics > div:nth-child(odd){
           clear: both; 
    }
    table{
        font-size:12px;
        margin-top: 15px;
    }
    .contributors-list table .column-description td{
        font-size:12px;
        padding:4px 2px; 
    }
    .contributors-list table td{
        padding:6px 2px; 
    }
    .column-description td::before{
        height: 20px;
        width: 20px;   
        top: -20px;
        left: calc(50% - 10px);
    }
}


@media screen and (max-width: 360px) {
     #main{
        padding-left:0;   
        padding-right:0;   
    }
    .page-info > div, .page-info-statistics > div, .user .page-info-statistics > div {
        float:none;
        width:100%;
    }
    .total-places{
        display:none;
    }
    .copy a{
        font-size:8px;
    }
}
@media screen and (max-width: 300px) {
    
      .social-button{
        display:none;
      }
      .index_item, .user .center_favorits .index_item{
          width:100%;
          margin: 12px 0;
          height:auto;
      } 
      .content-selector{
          padding:12px;
      }
      .user .center_favorits .content-selector{
          padding:0px;
       }
      .index_item .picture_index img, .user .center_favorits .index_item .picture_index img{
          width:100%;
          height:auto;
      }
      .logo{
          text-align:right;
          margin-right:5px;
      }
}

@media all and (min-width:800px) {
    .detail-container.dosdonts-mobile {
        display: none; 
    }
    .detail-container.dosdonts-desktop {
        display: block;
    }
}

@media all and (max-width:800px) {
    .detail-container.dosdonts-mobile {
        display: block; 
    }
    .detail-container.dosdonts-desktop {
        display: none;
    }
}	


/* KLARO COOKIE CONSENT */
.klaro .cookie-notice:not(.cookie-modal-notice) {
    background-color: #eee;

}

.klaro .cookie-modal-notice {
    background-color: #eee;
    border-radius: 0;
}

.klaro .cookie-modal-notice .cn-ok {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    flex-wrap: wrap;
}

.klaro .cookie-modal .cm-btn, .klaro .context-notice .cm-btn, .klaro .cookie-notice .cm-btn {
    order: 2;
}

.cn-changes {
    display: none !important;
}

.cn-buttons {
    display: flex;
    flex-basis: 100%;
}

.klaro .cookie-modal p, .klaro .cookie-modal strong, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice strong, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice strong, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
    color: black;
}

.klaro .cookie-modal .cm-btn, .klaro .context-notice .cm-btn, .klaro .cookie-notice .cm-btn {
    height: 28px;
    padding: 3px;
    padding-left: 6px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 12px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 6px;
    resize: vertical;
    border-radius: 0;
    background-color: #397738 !important;
}

.klaro .cookie-modal .cm-btn-lern-more {
    background-color: #eee !important;
    color: black;
}

.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {
    color: #397738 !important;
}

.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider, .klaro .context-notice .cm-list-input:checked+.cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider {
    background-color: #397738 !important;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
    background-color: #eee;
    color: black;
}

.klaro .cookie-notice .cn-decline {
    background-color: #555 !important;
}

ul > li::before {
    content: none;
}

.klaro .cookie-modal .cm-modal .hide svg {
    stroke: black;
}

.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider, .klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider, .klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider {
    background-color: #55ae56;
}

@media (min-width: 660px) {
    .klaro .cookie-modal .cm-modal.cm-klaro {
        border-radius: 0;
    }
}

@media (min-width: 1024px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) {
        border-radius: 0;
    }
}